RS: fix for fix
[minix.git] / usr.bin / Makefile
blob3a7f81399239ec2751f03c2d36678c9715e86fc2
1 # $NetBSD: Makefile,v 1.210 2012/08/08 14:13:46 christos Exp $
2 # from: @(#)Makefile 8.3 (Berkeley) 1/7/94
4 .include <bsd.own.mk>
6 SUBDIR= \
8 bzip2 bzip2recover \
9 chpass cksum \
11 du \
12 genassym \
13 indent \
14 ldd \
15 login m4 \
16 make man \
17 mkdep mktemp \
18 newgrp \
19 passwd \
20 sed seq \
21 stat su \
22 tic \
23 uniq \
24 xinstall
26 .if !defined(__MINIX)
27 SUBDIR+= ../external/zlib/pigz/bin/pigz
28 .else
29 # Non-NetBSD imports
30 SUBDIR+= ministat
32 # Minix commands
33 SUBDIR+= top
35 # LSC FIXME For now we compile unconditionnaly apropos even if we
36 # do not have whatis
37 SUBDIR+= apropos
38 .endif # defie
40 .if (${MKMAKEMANDB} == "no")
41 SUBDIR+= apropos whatis
42 .endif
44 .if (${MKRUMP} != "no")
45 SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server
46 .endif
48 .if (${MKBSDGREP} != "no")
49 SUBDIR+= grep
50 .endif
52 .if (${MKPIGZGZIP} != "no")
53 # nothing
54 .else
55 SUBDIR+= gzip
56 .endif
58 .if (${MKHESIOD} != "no")
59 SUBDIR+= hesinfo
60 .endif
62 .if (${MKSKEY} != "no")
63 SUBDIR+= skey skeyinfo skeyinit
64 .endif
66 .if (${MKYP} != "no")
67 SUBDIR+= ypcat ypmatch ypwhich
68 .endif
70 .if (${MKCRYPTO} != "no")
71 SUBDIR+= bdes
72 SUBDIR+= nbsvtool
73 .endif
75 .include <bsd.subdir.mk>