Remove building with NOCRYPTO option
[minix.git] / gnu / usr.bin / Makefile
blob6162bfcfd2aa4e37283dd8bca1db0d75ca712124
1 # $NetBSD: Makefile,v 1.139 2014/08/08 19:38:47 apb Exp $
3 .include <bsd.own.mk>
5 .if defined(__MINIX)
6 SUBDIR+= texinfo
8 .if ${USETOOLS} != "yes"
9 # MINIX: make sure sources are fetched, even when tools were not built earlier
10 MODULE= texinfo
11 GNUHOSTDIST= ${NETBSDSRCDIR}/gnu/dist/${MODULE}
12 .include "${.CURDIR}/../../minix/Makefile.fetchgnu"
14 realall realdepend: ${GNUHOSTDIST:H}/.gitignore
15 .endif # defined(__MINIX)
17 .else
18 SUBDIR+= bc
19 SUBDIR+= c89 c99
20 SUBDIR+= dc diffutils
21 SUBDIR+= rcs send-pr texinfo
23 .if ${MKBSDGREP} == "no"
24 SUBDIR+= grep
25 .endif
27 .if ${MKGROFF} != "no"
28 SUBDIR+= groff
29 .endif
31 SUBDIR+= gettext
32 .endif # defined(__MINIX)
34 .include <bsd.subdir.mk>