1 # $NetBSD: Makefile,v 1.128 2002/12/08 21:50:36 perry Exp $ 2 # from: @(#)Makefile 8.3 (Berkeley) 1/7/94 3 4 .include <bsd.own.mk> 5 6 SUBDIR= apply apropos asa at audio 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 dirname du eject elf2aout elf2ecoff env error expand \ 11 false fdformat fgen file find finger fmt fold fpr \ 12 from fsplit fstat ftp gencat getconf getopt gprof \ 13 head hexdump id indent innetgr ipcrm ipcs join jot \ 14 kdump ktrace ktruss lam last lastcomm ldd leave less \ 15 lex locate lock logger login logname look lorder m4 \ 16 machine mail make man menuc mesg midiplay mixerctl \ 17 mkdep mkfifo mklocale mkstr mktemp modstat msgc msgs \ 18 netgroup netstat newsyslog nfsstat nice nl nohup \ 19 pagesize passwd paste patch pkill pmap pmc pr \ 20 printenv printf 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 kpasswd 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