1 # $NetBSD: Makefile,v 1.4 2008/09/09 06:31:33 lukem Exp $
6 .
include "../Makefile.inc"
9 #LSC: First program within texinfo: trigger fetch.sh script
11 GNUHOSTDIST
= ${DIST}/${MODULE}
12 .
include "${.CURDIR}/../../../../minix/Makefile.fetchgnu"
13 .
endif # defined(__MINIX)
16 SRCS
= makedoc.c xexit.c xmalloc.c xstrdup.c
18 .PATH
: ${IDIST}/info ${IDIST}/lib
19 HOST_CPPFLAGS
+= -I
${IDIST}/info -I
${IDIST}/lib
-I
${.CURDIR
}/..
/common
20 HOST_CPPFLAGS
+= -DHOSTTOOL
22 .
include <bsd.hostprog.mk
>
24 .if defined
(__MINIX
) && ${USETOOLS} != "yes"
25 # MINIX: make sure sources are fetched, even when tools not built earlier
26 ${SRCS} realdepend realall realinstall
: ${fetch_done}
27 .
endif # defined(__MINIX)