Remove building with NOCRYPTO option
[minix3.git] / usr.bin / Makefile
blobff23772fbca680f1c0c122fdff139c7afe868956
1 # $NetBSD: Makefile,v 1.221 2015/06/03 14:32:16 christos Exp $
2 # from: @(#)Makefile 8.3 (Berkeley) 1/7/94
4 .include <bsd.own.mk>
6 SUBDIR= asa \
7 banner basename \
8 bzip2 bzip2recover cal calendar \
9 checknr chpass cksum cmp col colcrt colrm \
10 column comm csplit ctags cut \
11 deroff dirname du \
12 env expand \
13 false find finger flock fold fmt fpr from \
14 fsplit ftp genassym gencat getent \
15 getopt \
16 head hexdump id indent infocmp ipcrm ipcs join jot \
17 lam last ldd leave \
18 locale lock logger login logname lorder m4 \
19 machine make man menuc mesg \
20 mkcsmapper mkdep mkesdb mkfifo mklocale mkstr mktemp \
21 msgc \
22 nbperf netstat newgrp nice nl nohup \
23 pagesize passwd paste patch pathchk pr \
24 printenv printf pwhash \
25 renice rev rsh \
27 sdiff sed seq shar shlock \
28 shuffle sort split stat su \
29 tail tee telnet tic time touch \
30 tput \
31 tr true tsort tty ul uname unexpand unifdef \
32 uniq units unvis unzip users \
33 uudecode uuencode uuidgen vis \
34 w \
35 wall wc what whereis who whois \
36 write xargs xinstall xstr yes
38 .if !defined(__MINIX)
39 SUBDIR+= ../external/zlib/pigz/bin/pigz
40 .endif # defined(__MINIX)
42 .if (${MKGROFF} == "no") || defined(__MINIX)
43 SUBDIR+= soelim
44 .endif
46 .if (${MKMAKEMANDB} == "no") || defined(__MINIX)
47 SUBDIR+= apropos whatis
48 .endif
50 .if (${MKRUMP} != "no")
51 SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server shmif_dumpbus \
52 rump_wmd
53 .endif
55 .if (${MKBSDGREP} != "no")
56 SUBDIR+= grep
57 .endif
59 .if (${MKPIGZGZIP} != "no")
60 # nothing
61 .else
62 SUBDIR+= gzip
63 .endif
65 .if (${MKHESIOD} != "no")
66 SUBDIR+= hesinfo
67 .endif
69 .if (${MKSKEY} != "no")
70 SUBDIR+= skey skeyinfo skeyinit
71 .endif
73 .if (${MKYP} != "no")
74 SUBDIR+= ypcat ypmatch ypwhich
75 .endif
77 .if (${MKCRYPTO} != "no")
78 SUBDIR+= bdes
79 .if !defined(__MINIX)
80 SUBDIR+= nbsvtool
81 .endif # defined(__MINIX)
82 .endif
84 .include <bsd.subdir.mk>