1 1.1 christos # $NetBSD: Makefile,v 1.1 2016/01/14 00:34:53 christos Exp $ 2 1.1 christos 3 1.1 christos NOMAN= 4 1.1 christos MAKEDOC= 5 1.1 christos .include <bsd.init.mk> 6 1.1 christos 7 1.1 christos HOSTPROG= makedoc 8 1.1 christos SRCS= makedoc.c xexit.c xmalloc.c xstrdup.c 9 1.1 christos 10 1.1 christos .PATH: ${IDIST}/info ${IDIST}/lib 11 1.1 christos HOST_CPPFLAGS+= -I${IDIST}/info -I${IDIST}/lib -I${.CURDIR}/../include 12 1.1 christos HOST_CPPFLAGS+= -DHOSTTOOL 13 1.1 christos 14 1.1 christos .include <bsd.hostprog.mk> 15