Makefile revision 1.128
11.128Sperry#	$NetBSD: Makefile,v 1.128 2002/12/08 21:50:36 perry Exp $
21.68Smikel#	from: @(#)Makefile	8.3 (Berkeley) 1/7/94
31.63Scgd
41.110Sthorpej.include <bsd.own.mk>
51.110Sthorpej
61.128SperrySUBDIR= apply apropos asa at audio banner basename biff \
71.128Sperry	bzip2 bzip2recover cal calendar cap_mkdb cdplay \
81.128Sperry	checknr chflags chpass cksum cmp col colcrt colrm \
91.128Sperry	column comm compress crontab crunch ctags cut \
101.128Sperry	dirname du eject elf2aout elf2ecoff env error expand \
111.128Sperry	false fdformat fgen file find finger fmt fold fpr \
121.128Sperry	from fsplit fstat ftp gencat getconf getopt gprof \
131.128Sperry	head hexdump id indent innetgr ipcrm ipcs join jot \
141.128Sperry	kdump ktrace ktruss lam last lastcomm ldd leave less \
151.128Sperry	lex locate lock logger login logname look lorder m4 \
161.128Sperry	machine mail make man menuc mesg midiplay mixerctl \
171.128Sperry	mkdep mkfifo mklocale mkstr mktemp modstat msgc msgs \
181.128Sperry	netgroup netstat newsyslog nfsstat nice nl nohup \
191.128Sperry	pagesize passwd paste patch pkill pmap pmc pr \
201.128Sperry	printenv printf pwhash qsubst quota radioctl rdist \
211.128Sperry	renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime \
221.128Sperry	rusers rwall rwho script sed shar shlock showmount \
231.128Sperry	shuffle soelim sort split stat su systat tail talk \
241.128Sperry	tcopy tee telnet tftp time tip tn3270 top touch tput \
251.128Sperry	tr true tset tsort tty ul uname unexpand unifdef \
261.128Sperry	uniq units unvis usbhidaction usbhidctl users \
271.75Sperry	uudecode uuencode vacation vgrind vi vis vmstat w \
281.75Sperry	wall wc what whatis whereis which who whois window \
291.123Sthorpej	write xargs xinstall xlint xstr yacc yes
301.123Sthorpej
311.123Sthorpej.if (${MKHESIOD} != "no")
321.123SthorpejSUBDIR+= hesinfo
331.123Sthorpej.endif
341.123Sthorpej
351.123Sthorpej.if (${MKKERBEROS} != "no")
361.126SjodaSUBDIR+= compile_et kdestroy kinit klist kpasswd mk_cmds string2key
371.123Sthorpej.endif
381.123Sthorpej
391.123Sthorpej.if (${MKSKEY} != "no")
401.123SthorpejSUBDIR+= skey skeyinfo skeyinit
411.123Sthorpej.endif
421.123Sthorpej
431.123Sthorpej.if (${MKYP} != "no")
441.123SthorpejSUBDIR+= ypcat ypmatch ypwhich
451.123Sthorpej.endif
461.108Sthorpej
471.110Sthorpej.if (${MKCRYPTO} != "no")
481.108SthorpejSUBDIR+= openssl
491.123SthorpejSUBDIR+= bdes
501.112SthorpejSUBDIR+= ssh
511.110Sthorpej.endif
521.1Scgd
531.1Scgd.include <bsd.subdir.mk>
54