getifaddrs: add un-namespaced alias
[minix.git] / usr.bin / Makefile
blobb2b9d85d60e8efe433d4123e88676c64d6c7fa66
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 \
10 ctags \
11 du \
14 genassym \
15 indent join \
16 ldd \
17 login lorder m4 \
18 make man \
19 mkdep mktemp \
21 nbperf newgrp nvi \
22 passwd \
26 sed seq \
27 sort stat su \
28 tic \
29 tsort \
30 uniq \
34 xinstall
36 .if !defined(__MINIX)
37 SUBDIR+= ../external/zlib/pigz/bin/pigz
38 .else
39 # Non-NetBSD imports
40 SUBDIR+= ministat
42 # Minix commands
43 SUBDIR+= top
45 # LSC FIXME For now we compile unconditionnaly apropos even if we
46 # do not have whatis
47 SUBDIR+= apropos
48 .endif # defie
50 .if (${MKMAKEMANDB} == "no")
51 SUBDIR+= apropos whatis
52 .endif
54 .if (${MKRUMP} != "no")
55 SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server
56 .endif
58 .if (${MKBSDGREP} != "no")
59 SUBDIR+= grep
60 .endif
62 .if (${MKPIGZGZIP} != "no")
63 # nothing
64 .else
65 SUBDIR+= gzip
66 .endif
68 .if (${MKHESIOD} != "no")
69 SUBDIR+= hesinfo
70 .endif
72 .if (${MKSKEY} != "no")
73 SUBDIR+= skey skeyinfo skeyinit
74 .endif
76 .if (${MKYP} != "no")
77 SUBDIR+= ypcat ypmatch ypwhich
78 .endif
80 .if (${MKCRYPTO} != "no")
81 SUBDIR+= bdes
82 SUBDIR+= nbsvtool
83 .endif
85 .include <bsd.subdir.mk>