NetBSD/usr.bin/Makefile

80 lines
2.3 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.239 2023/05/24 13:00:15 lukem Exp $
1997-03-07 09:14:02 +03:00
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
.include <bsd.own.mk>
2021-05-08 00:51:20 +03:00
SUBDIR= aiomixer apply asa at audio audiocfg \
banner base64 basename biff bthset btkey btpin \
bzip2 bzip2recover c11 c89 c99 cal calendar cap_mkdb cdplay \
2011-10-08 23:16:54 +04:00
checknr chflags chpass cksum cmp cleantags col colcrt colrm \
column comm compress config crunch csplit ctags cut cvslatest \
2017-04-10 19:38:19 +03:00
dc deroff db dirname du \
2005-06-30 01:20:15 +04:00
eject elf2aout elf2ecoff env error expand extattr \
false fdformat fgen fincore find finger flock fmt fold fpr from \
fsplit fstat ftp gcore genassym gencat getaddrinfo getconf getent \
getopt gettext gprof \
head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \
2011-07-04 01:58:52 +04:00
kdump ktrace ktruss lam last lastcomm ldd leave \
2009-10-27 00:37:10 +03:00
locale locate lock logger login logname look lorder m4 \
2014-12-30 07:22:18 +03:00
machine mail make man menuc mesg midiplay midirecord mixerctl \
mkcsmapper mkdep mkesdb mkfifo mklocale mktemp mkubootimage \
2014-12-30 07:22:18 +03:00
moduli msgc msgs \
2017-02-06 19:04:07 +03:00
nbperf nc netgroup netstat newgrp newsyslog nfsstat nice nl nohup \
pagesize passwd paste patch pathchk pkill pmap pr \
2015-03-03 00:54:13 +03:00
printenv printf progress pwait pwhash qsubst quota radioctl rdist \
realpath renice resize rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \
rup ruptime rusers rwall rwho scmdctl \
script sdiff sdpquery sed seq shar shlock \
showmount shuffle sockstat sort sortinfo \
spell split stat su sys_info systat \
tabs tail talk tcopy tee telnet tftp tic time timeout tip touch \
tput \
tr true tset tsort tty ul uname unexpand unifdef \
uniq units unvis unzip usbhidaction usbhidctl users utoppya \
2010-12-26 14:31:43 +03:00
uudecode uuencode uuidgen vacation vgrind videoctl vis \
vmstat vndcompress w \
wall wc what whereis who whois \
write xargs xinstall xlint yes
SUBDIR+= ../external/zlib/pigz/bin/pigz
.if (${MKGROFF} == "no")
SUBDIR+= soelim
.endif
2012-08-04 19:50:16 +04:00
.if (${MKMAKEMANDB} == "no")
SUBDIR+= apropos whatis
.endif
2012-08-08 18:13:46 +04:00
.if (${MKRUMP} != "no")
SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server shmif_dumpbus \
rump_wmd
2012-08-08 18:13:46 +04:00
.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
1993-03-21 12:45:37 +03:00
SUBDIR+= bdes
2008-05-11 21:58:45 +04:00
SUBDIR+= nbsvtool
1999-07-13 02:11:37 +04:00
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>