2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.214 2013/11/22 16:10:25 christos Exp $
|
2012-10-26 15:22:39 +02:00
|
|
|
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
2011-06-29 00:15:19 +02:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2013-10-26 02:00:29 +02:00
|
|
|
SUBDIR= asa \
|
2013-12-06 12:04:52 +01:00
|
|
|
banner basename \
|
2013-11-11 16:52:51 +01:00
|
|
|
bzip2 bzip2recover cal calendar \
|
2015-09-20 13:18:45 +02:00
|
|
|
checknr chpass cksum cmp col colcrt colrm \
|
2013-10-30 18:02:09 +01:00
|
|
|
column comm csplit ctags cut \
|
2013-11-13 01:03:55 +01:00
|
|
|
deroff dirname du \
|
2013-10-18 15:06:27 +02:00
|
|
|
env expand \
|
2015-09-15 22:42:11 +02:00
|
|
|
false find finger flock fold fpr from \
|
2014-09-30 19:26:43 +02:00
|
|
|
fsplit ftp genassym getopt \
|
2013-11-12 14:40:59 +01:00
|
|
|
head hexdump id indent infocmp join jot \
|
2013-12-06 12:04:52 +01:00
|
|
|
lam last ldd leave \
|
2013-10-26 03:05:31 +02:00
|
|
|
lock login logname lorder m4 \
|
2013-11-06 16:44:51 +01:00
|
|
|
machine make man menuc mesg \
|
2013-11-18 22:40:55 +01:00
|
|
|
mkdep mkfifo mkstr mktemp \
|
2013-11-06 16:52:33 +01:00
|
|
|
msgc \
|
2013-12-06 12:04:52 +01:00
|
|
|
nbperf newgrp nice nl nohup \
|
2014-02-19 17:10:34 +01:00
|
|
|
passwd paste patch pathchk pr \
|
2013-10-24 19:41:19 +02:00
|
|
|
printenv printf pwhash \
|
2015-09-19 19:12:39 +02:00
|
|
|
renice rev rsh \
|
2013-01-22 12:03:53 +01:00
|
|
|
\
|
2014-07-28 00:22:49 +02:00
|
|
|
sdiff sed seq shar shlock \
|
2013-12-06 12:04:52 +01:00
|
|
|
shuffle sort split stat su \
|
2015-09-28 13:41:16 +02:00
|
|
|
tail tee tic time touch tput \
|
2014-02-22 21:20:45 +01:00
|
|
|
tr true tsort tty ul uname unexpand unifdef \
|
2013-10-28 02:15:39 +01:00
|
|
|
uniq units unvis unzip users \
|
2014-09-07 04:05:15 +02:00
|
|
|
uudecode uuencode uuidgen vis \
|
2014-08-26 18:03:05 +02:00
|
|
|
w \
|
2014-07-11 17:59:23 +02:00
|
|
|
wall wc what whereis who whois \
|
2013-12-06 12:04:52 +01:00
|
|
|
write xargs xinstall xstr yes
|
2011-06-29 00:15:19 +02:00
|
|
|
|
2012-10-26 15:22:39 +02:00
|
|
|
.if !defined(__MINIX)
|
|
|
|
SUBDIR+= ../external/zlib/pigz/bin/pigz
|
|
|
|
.else
|
2013-12-06 12:04:52 +01:00
|
|
|
# LSC FIXME For now we compile those unconditionnaly
|
|
|
|
SUBDIR+= apropos whatis bdes soelim
|
|
|
|
.endif # defined(__MINIX)
|
|
|
|
|
|
|
|
.if (${MKGROFF} == "no")
|
|
|
|
SUBDIR+= soelim
|
|
|
|
.endif
|
2012-10-26 15:22:39 +02:00
|
|
|
|
|
|
|
.if (${MKMAKEMANDB} == "no")
|
|
|
|
SUBDIR+= apropos whatis
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKRUMP} != "no")
|
|
|
|
SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKBSDGREP} != "no")
|
|
|
|
SUBDIR+= grep
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKPIGZGZIP} != "no")
|
|
|
|
# nothing
|
|
|
|
.else
|
|
|
|
SUBDIR+= gzip
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKHESIOD} != "no")
|
|
|
|
SUBDIR+= hesinfo
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKSKEY} != "no")
|
|
|
|
SUBDIR+= skey skeyinfo skeyinit
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKYP} != "no")
|
|
|
|
SUBDIR+= ypcat ypmatch ypwhich
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MKCRYPTO} != "no")
|
|
|
|
SUBDIR+= bdes
|
|
|
|
SUBDIR+= nbsvtool
|
|
|
|
.endif
|
|
|
|
|
2011-06-29 00:15:19 +02:00
|
|
|
.include <bsd.subdir.mk>
|