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