Home | History | Annotate | Line # | Download | only in makedoc
Makefile revision 1.1.14.2
      1  1.1.14.2  pgoyette #	$NetBSD: Makefile,v 1.1.14.2 2018/05/21 04:35:52 pgoyette Exp $
      2       1.1  christos 
      3  1.1.14.2  pgoyette MAKEDOC=
      4  1.1.14.1  pgoyette .include <bsd.hostinit.mk>
      5       1.1  christos 
      6       1.1  christos HOSTPROG=	makedoc
      7       1.1  christos SRCS=		makedoc.c xexit.c xmalloc.c xstrdup.c
      8       1.1  christos 
      9       1.1  christos .PATH: ${IDIST}/info ${IDIST}/lib
     10       1.1  christos HOST_CPPFLAGS+= -I${IDIST}/info -I${IDIST}/lib -I${.CURDIR}/../include
     11       1.1  christos HOST_CPPFLAGS+= -DHOSTTOOL
     12       1.1  christos 
     13       1.1  christos .include <bsd.hostprog.mk>
     14