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