Remove building with NOCRYPTO option
[minix3.git] / gnu / usr.bin / texinfo / makedoc / Makefile
blob145d5db9fb1d6e9e29d2626a87a49f4b8a699ed0
1 # $NetBSD: Makefile,v 1.4 2008/09/09 06:31:33 lukem Exp $
3 NOMAN=
4 MAKEDOC=
6 .include "../Makefile.inc"
8 .if defined(__MINIX)
9 #LSC: First program within texinfo: trigger fetch.sh script
10 MODULE= texinfo
11 GNUHOSTDIST= ${DIST}/${MODULE}
12 .include "${.CURDIR}/../../../../minix/Makefile.fetchgnu"
13 .endif # defined(__MINIX)
15 HOSTPROG= makedoc
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)