libexec exec fix
[minix.git] / usr.bin / Makefile
blob53984bb4ce3e7dbe61b41ea7bed35bd4613a2d72
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 join \
14 ldd \
15 login lorder m4 \
16 make man \
17 mkdep mktemp \
18 nbperf newgrp \
19 passwd \
20 sed seq \
21 sort stat su \
22 tic \
23 tsort \
24 uniq \
25 xinstall
27 .if !defined(__MINIX)
28 SUBDIR+= ../external/zlib/pigz/bin/pigz
29 .else
30 # Non-NetBSD imports
31 SUBDIR+= ministat
33 # Minix commands
34 SUBDIR+= top
36 # LSC FIXME For now we compile unconditionnaly apropos even if we
37 # do not have whatis
38 SUBDIR+= apropos
39 .endif # defie
41 .if (${MKMAKEMANDB} == "no")
42 SUBDIR+= apropos whatis
43 .endif
45 .if (${MKRUMP} != "no")
46 SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server
47 .endif
49 .if (${MKBSDGREP} != "no")
50 SUBDIR+= grep
51 .endif
53 .if (${MKPIGZGZIP} != "no")
54 # nothing
55 .else
56 SUBDIR+= gzip
57 .endif
59 .if (${MKHESIOD} != "no")
60 SUBDIR+= hesinfo
61 .endif
63 .if (${MKSKEY} != "no")
64 SUBDIR+= skey skeyinfo skeyinit
65 .endif
67 .if (${MKYP} != "no")
68 SUBDIR+= ypcat ypmatch ypwhich
69 .endif
71 .if (${MKCRYPTO} != "no")
72 SUBDIR+= bdes
73 SUBDIR+= nbsvtool
74 .endif
76 .include <bsd.subdir.mk>