opnsense-src/usr.bin/Makefile

338 lines
3.7 KiB
Makefile
Raw Normal View History

1994-09-21 21:26:58 -04:00
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1999-08-27 21:08:13 -04:00
# $FreeBSD$
1994-05-27 08:33:43 -04:00
.include <bsd.own.mk>
# XXX MISSING: deroff diction graph learn plot
1998-03-20 07:34:21 -05:00
# spell spline struct xsend
# XXX Use GNU versions: diff ld patch
1994-08-07 21:13:35 -04:00
# Moved to secure: bdes
#
SUBDIR= alias \
apply \
asa \
2002-03-05 14:36:08 -05:00
awk \
1998-08-30 16:28:50 -04:00
banner \
basename \
brandelf \
bsdiff \
bzip2 \
2003-01-04 12:09:27 -05:00
bzip2recover \
1998-08-30 16:28:50 -04:00
cap_mkdb \
chat \
chpass \
cksum \
${_clang} \
1998-08-30 16:28:50 -04:00
cmp \
col \
colldef \
colrm \
column \
comm \
compress \
cpuset \
csplit \
1998-08-30 16:28:50 -04:00
cut \
dirname \
du \
ee \
elf2aout \
2003-01-15 13:33:32 -05:00
elfdump \
enigma \
1998-08-30 16:28:50 -04:00
env \
expand \
false \
fetch \
file \
find \
finger \
fmt \
1998-08-30 16:28:50 -04:00
fold \
1998-11-09 06:08:48 -05:00
fstat \
fsync \
1998-08-30 16:28:50 -04:00
ftp \
gcore \
1998-08-30 16:28:50 -04:00
gencat \
2002-08-10 01:43:40 -04:00
getconf \
getent \
1998-08-30 16:28:50 -04:00
getopt \
${_grep} \
gzip \
1998-08-30 16:28:50 -04:00
head \
hexdump \
id \
ipcrm \
ipcs \
join \
jot \
kdump \
keylogin \
keylogout \
killall \
ktrace \
ktrdump \
1998-08-30 16:28:50 -04:00
lam \
last \
lastcomm \
ldd \
leave \
less \
lessecho \
lesskey \
1998-08-30 16:28:50 -04:00
limits \
2003-06-22 04:41:03 -04:00
locale \
1998-08-30 16:28:50 -04:00
lock \
lockf \
logger \
login \
2004-03-06 16:57:47 -05:00
logins \
1998-08-30 16:28:50 -04:00
logname \
look \
lorder \
lsvfs \
lzmainfo \
1998-08-30 16:28:50 -04:00
m4 \
${_makewhatis} \
${_man} \
1998-08-30 16:28:50 -04:00
mesg \
minigzip \
ministat \
1998-08-30 16:28:50 -04:00
mkdep \
mkfifo \
mklocale \
mktemp \
mkuzip \
1998-10-03 06:59:57 -04:00
mt \
1998-08-30 16:28:50 -04:00
ncal \
netstat \
newgrp \
1998-08-30 16:28:50 -04:00
nfsstat \
nice \
nl \
1998-08-30 16:28:50 -04:00
nohup \
opieinfo \
opiekey \
opiepasswd \
pagesize \
passwd \
paste \
2002-05-22 06:32:24 -04:00
pathchk \
perror \
1998-08-30 16:28:50 -04:00
pr \
printenv \
printf \
2007-12-02 18:32:03 -05:00
procstat \
1998-08-30 16:28:50 -04:00
renice \
rev \
revoke \
1998-08-30 16:28:50 -04:00
rpcinfo \
rs \
rup \
rusers \
rwall \
script \
sed \
seq \
1998-08-30 16:28:50 -04:00
shar \
showmount \
1999-04-15 09:42:48 -04:00
sockstat \
1998-08-30 16:28:50 -04:00
split \
stat \
1998-08-30 16:28:50 -04:00
su \
1998-11-09 05:52:43 -05:00
systat \
2002-05-20 22:36:12 -04:00
tabs \
1998-08-30 16:28:50 -04:00
tail \
talk \
2004-04-06 13:04:38 -04:00
tar \
1998-08-30 16:28:50 -04:00
tcopy \
tee \
tftp \
time \
tip \
1998-08-30 16:28:50 -04:00
top \
touch \
tput \
tr \
true \
truncate \
truss \
1998-08-30 16:28:50 -04:00
tset \
tsort \
tty \
uname \
unexpand \
uniq \
unzip \
1998-08-30 16:28:50 -04:00
units \
unvis \
users \
uudecode \
uuencode \
vi \
vis \
1998-11-10 07:19:26 -05:00
vmstat \
1998-08-30 16:28:50 -04:00
w \
wall \
wc \
what \
whereis \
1998-08-30 16:28:50 -04:00
which \
who \
whois \
write \
wtmpcvt \
1998-08-30 16:28:50 -04:00
xargs \
xinstall \
${_xlint} \
${_xstr} \
xz \
xzdec \
${_yacc} \
1998-08-30 16:28:50 -04:00
yes \
${_ypcat} \
${_ypmatch} \
${_ypwhich}
1998-03-13 14:41:06 -05:00
# NB: keep these sorted by MK_* knobs
.if ${MK_AT} != "no"
SUBDIR+= at
.endif
.if ${MK_ATM} != "no"
SUBDIR+= atm
.endif
.if ${MK_MAN_UTILS} != "no"
SUBDIR+= catman
2005-08-05 12:09:34 -04:00
.endif
.if ${MK_BIND_UTILS} != "no"
SUBDIR+= dig
SUBDIR+= host
SUBDIR+= nslookup
SUBDIR+= nsupdate
.endif
.if ${MK_BLUETOOTH} != "no"
SUBDIR+= bluetooth
.endif
.if ${MK_BSD_CPIO} != "no"
SUBDIR+= cpio
.endif
.if ${MK_BSD_GREP} != "no"
_grep= grep
.endif
.if ${MK_CALENDAR} != "no"
SUBDIR+= calendar
2005-08-03 05:27:01 -04:00
.endif
.if ${MK_CLANG} != "no"
_clang= clang
.endif
.if ${MK_HESIOD} != "no"
SUBDIR+= hesinfo
.endif
.if ${MK_OPENSSL} != "no"
SUBDIR+= bc
SUBDIR+= chkey
SUBDIR+= dc
SUBDIR+= newkey
.if ${MK_LIBTHR} != "no"
SUBDIR+= csup
.endif
.endif
.if ${MK_LOCATE} != "no"
SUBDIR+= locate
.endif
# XXX msgs?
.if ${MK_MAIL} != "no"
SUBDIR+= biff
SUBDIR+= from
SUBDIR+= mail
SUBDIR+= msgs
.endif
.if ${MK_MAKE} != "no"
SUBDIR+= make
.endif
.if ${MK_MAN_UTILS} != "no"
_makewhatis= makewhatis
_man= man
.endif
.if ${MK_NETCAT} != "no"
SUBDIR+= nc
.endif
.if ${MK_NIS} != "no"
SUBDIR+= ypcat
SUBDIR+= ypmatch
SUBDIR+= ypwhich
.endif
.if ${MK_QUOTAS} != "no"
SUBDIR+= quota
.endif
.if ${MK_RCMDS} != "no"
SUBDIR+= rlogin
SUBDIR+= rsh
SUBDIR+= ruptime
SUBDIR+= rwho
.endif
.if ${MK_SENDMAIL} != "no"
SUBDIR+= vacation
.endif
.if ${MK_TELNET} != "no"
SUBDIR+= telnet
.endif
.if ${MK_TEXTPROC} != "no"
SUBDIR+= checknr
SUBDIR+= colcrt
SUBDIR+= ul
.endif
.if ${MK_TOOLCHAIN} != "no"
SUBDIR+= ar
SUBDIR+= c89
SUBDIR+= c99
SUBDIR+= compile_et
SUBDIR+= ctags
SUBDIR+= file2c
SUBDIR+= gprof
SUBDIR+= indent
SUBDIR+= lex
SUBDIR+= mkstr
SUBDIR+= rpcgen
SUBDIR+= unifdef
SUBDIR+= xlint
SUBDIR+= xstr
# XXX maybe under textproc?
SUBDIR+= vgrind
SUBDIR+= yacc
.endif
.if ${MK_USB} != "no"
SUBDIR+= usbhidaction
SUBDIR+= usbhidctl
.endif
.include <bsd.arch.inc.mk>
2005-09-19 04:13:43 -04:00
SUBDIR:= ${SUBDIR:O}
1994-05-27 08:33:43 -04:00
.include <bsd.subdir.mk>