1 1.2 christos # $NetBSD: Makefile,v 1.2 2018/05/01 19:59:43 christos Exp $ 2 1.1 christos 3 1.2 christos .include <bsd.hostinit.mk> 4 1.1 christos 5 1.1 christos HOSTPROG= makedoc 6 1.1 christos SRCS= makedoc.c xexit.c xmalloc.c xstrdup.c 7 1.1 christos 8 1.1 christos .PATH: ${IDIST}/info ${IDIST}/lib 9 1.1 christos HOST_CPPFLAGS+= -I${IDIST}/info -I${IDIST}/lib -I${.CURDIR}/../include 10 1.1 christos HOST_CPPFLAGS+= -DHOSTTOOL 11 1.1 christos 12 1.1 christos .include <bsd.hostprog.mk> 13