retire unstack & datasizes in favour of addr2line
[minix3.git] / usr.bin / Makefile
blob910735f8f4659e7cf7438a54759012b1e62979bb
1 # $NetBSD: Makefile,v 1.214 2013/11/22 16:10:25 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 col colcrt colrm \
10 column comm csplit ctags cut \
11 deroff dirname du \
12 env expand \
13 false finger fold fpr from \
14 fsplit ftp genassym getopt \
15 head hexdump id indent infocmp join jot \
16 lam last ldd leave \
17 lock login logname lorder m4 \
18 machine make man menuc mesg \
19 mkdep mkfifo mkstr mktemp \
20 msgc \
21 nbperf newgrp nice nl nohup \
22 passwd paste patch pathchk pr \
23 printenv printf pwhash \
24 renice rev \
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 \
31 uuidgen vis \
32 w \
33 wall wc what whereis who whois \
34 write xargs xinstall xstr yes
36 .if !defined(__MINIX)
37 SUBDIR+= ../external/zlib/pigz/bin/pigz
38 .else
39 # LSC FIXME For now we compile those unconditionnaly
40 SUBDIR+= apropos whatis bdes soelim
41 .endif # defined(__MINIX)
43 .if (${MKGROFF} == "no")
44 SUBDIR+= soelim
45 .endif
47 .if (${MKMAKEMANDB} == "no")
48 SUBDIR+= apropos whatis
49 .endif
51 .if (${MKRUMP} != "no")
52 SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server
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 SUBDIR+= nbsvtool
80 .endif
82 .include <bsd.subdir.mk>