1 # $NetBSD: Makefile,v 1.137 2004/03/13 22:28:47 jdolecek Exp $ 2 # from: @(#)Makefile 8.3 (Berkeley) 1/7/94 3 4 .include <bsd.own.mk> 5 6 SUBDIR= apply apropos asa at audio awk banner basename biff \ 7 bzip2 bzip2recover cal calendar cap_mkdb cdplay \ 8 checknr chflags chpass cksum cmp col colcrt colrm \ 9 column comm compress crontab crunch ctags cut \ 10 db dirname du eject elf2aout elf2ecoff env error expand \ 11 false fdformat fgen file find finger fmt fold fpr \ 12 from fsplit fstat ftp gcore gencat getconf getopt gprof \ 13 head hexdump iconv id indent innetgr ipcrm ipcs join jot \ 14 kdump ktrace ktruss lam last lastcomm ldd leave less \ 15 lex locale locate lock logger login logname look lorder m4 \ 16 machine mail make man menuc mesg midiplay mixerctl mkcsmapper \ 17 mkdep mkesdb mkfifo mklocale mkstr mktemp modstat msgc msgs \ 18 netgroup netstat newsyslog nfsstat nice nl nohup \ 19 pagesize passwd paste patch pathchk pkill pmap pmc pr \ 20 printenv printf progress pwhash qsubst quota radioctl rdist \ 21 renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime \ 22 rusers rwall rwho script sed shar shlock showmount \ 23 shuffle soelim sort split stat su systat tail talk \ 24 tcopy tee telnet tftp time tip tn3270 top touch tput \ 25 tr true tset tsort tty ul uname unexpand unifdef \ 26 uniq units unvis usbhidaction usbhidctl users \ 27 uudecode uuencode vacation vgrind vi vis vmstat w \ 28 wall wc what whatis whereis which who whois window \ 29 write xargs xinstall xlint xstr yacc yes 30 31 .if (${MKHESIOD} != "no") 32 SUBDIR+= hesinfo 33 .endif 34 35 .if (${MKKERBEROS} != "no") 36 SUBDIR+= compile_et kdestroy kinit klist mk_cmds string2key 37 .endif 38 39 .if (${MKSKEY} != "no") 40 SUBDIR+= skey skeyinfo skeyinit 41 .endif 42 43 .if (${MKYP} != "no") 44 SUBDIR+= ypcat ypmatch ypwhich 45 .endif 46 47 .if (${MKCRYPTO} != "no") 48 SUBDIR+= openssl 49 SUBDIR+= bdes 50 SUBDIR+= ssh 51 .endif 52 53 .include <bsd.subdir.mk> 54