NetBSD/usr.bin/Makefile

62 lines
2.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.187 2010/06/17 06:29:16 mrg Exp $
1997-03-07 09:14:02 +03:00
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
.include <bsd.own.mk>
SUBDIR= apply apropos asa at audio awk \
banner basename biff bthset btkey btpin \
bzip2 bzip2recover cal calendar cap_mkdb cdplay \
checknr chflags chpass cksum cmp col colcrt colrm \
2010-05-07 21:35:31 +04:00
column comm compress config crunch csplit ctags cut \
2005-06-30 01:20:15 +04:00
deroff db dirname du \
eject elf2aout elf2ecoff env error expand extattr \
2009-05-08 21:47:00 +04:00
false fdformat fgen find finger fmt fold fpr from \
fsplit fstat ftp gcore genassym gencat getconf getent getopt gprof \
head hexdump iconv id indent infocmp innetgr ipcrm ipcs join jot \
kdump ktrace ktruss lam last lastcomm ldd leave less \
2009-10-27 00:37:10 +03:00
locale locate lock logger login logname look lorder m4 \
machine mail make man menuc mesg midiplay mixerctl mkcsmapper \
mkdep mkesdb mkfifo mklocale mkstr mktemp moduli msgc msgs \
nbperf netgroup netstat newgrp newsyslog nfsstat nice nl nohup nvi \
pagesize passwd paste patch pathchk pkill pmap pmc pr \
2003-01-22 03:16:39 +03:00
printenv printf progress pwhash qsubst quota radioctl rdist \
renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh rup \
ruptime rusers rwall rwho script sdiff sdpquery sed seq shar shlock \
showmount shuffle sockstat soelim sort spell split stat su systat \
tabs tail talk tcopy tee telnet tftp tic time tip touch tput \
tr true tset tsort tty ul uname unexpand unifdef \
uniq units unvis unzip usbhidaction usbhidctl users utoppya \
2008-10-29 19:49:33 +03:00
uudecode uuencode uuidgen vacation vgrind vis vmstat vndcompress w \
wall wc what whatis whereis who whois window \
2009-10-29 04:01:17 +03:00
write xargs xinstall xlint xstr yes
.if (${MKPIGZ} != "no")
SUBDIR+= ../external/zlib/pigz/bin/pigz
.else
SUBDIR+= gzip
.endif
.if (${MKHESIOD} != "no")
SUBDIR+= hesinfo
.endif
.if (${MKKERBEROS} != "no")
SUBDIR+= compile_et kdestroy kgetcred kinit klist mk_cmds string2key
2008-03-22 11:36:48 +03:00
SUBDIR+= hxtool verify_krb5_conf gss krb5-config
.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
.if (${MKCRYPTO} != "no")
SUBDIR+= bdes
2008-05-11 21:58:45 +04:00
SUBDIR+= nbsvtool
.endif
1999-07-13 02:11:37 +04:00
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>