1 # $NetBSD: Makefile,v 1.214 2013/11/22 16:10:25 christos Exp $
2 # from: @(#)Makefile 8.3 (Berkeley) 1/7/94
8 bzip2 bzip2recover cal calendar \
9 checknr chpass cksum col colcrt colrm \
10 column comm csplit ctags cut \
13 false finger fold fpr from \
14 fsplit ftp genassym getopt \
15 head hexdump id indent infocmp
join jot \
17 lock login logname lorder m4 \
18 machine make man menuc mesg \
19 mkdep mkfifo mkstr mktemp \
21 nbperf newgrp nice nl nohup \
22 passwd paste patch pathchk pr \
23 printenv printf pwhash \
26 sdiff sed seq
shar shlock \
27 shuffle
sort split stat su \
28 tail tee tic touch tput \
29 tr true tsort tty ul uname unexpand unifdef \
30 uniq units unvis unzip users \
33 wall wc what whereis who whois \
34 write xargs xinstall xstr yes
37 SUBDIR
+= ..
/external
/zlib
/pigz
/bin
/pigz
39 # LSC FIXME For now we compile those unconditionnaly
40 SUBDIR
+= apropos whatis bdes soelim
41 .
endif # defined(__MINIX)
43 .if
(${MKGROFF} == "no")
47 .if
(${MKMAKEMANDB} == "no")
48 SUBDIR
+= apropos whatis
51 .if
(${MKRUMP} != "no")
52 SUBDIR
+= rump_allserver rump_dhcpclient rump_halt rump_server
55 .if
(${MKBSDGREP} != "no")
59 .if
(${MKPIGZGZIP} != "no")
65 .if
(${MKHESIOD} != "no")
69 .if
(${MKSKEY} != "no")
70 SUBDIR
+= skey skeyinfo skeyinit
74 SUBDIR
+= ypcat ypmatch ypwhich
77 .if
(${MKCRYPTO} != "no")
82 .
include <bsd.subdir.mk
>