Makefile revision 1.138
11.138Smrg#	$NetBSD: Makefile,v 1.138 2004/03/26 08:52:26 mrg Exp $
21.68Smikel#	from: @(#)Makefile	8.3 (Berkeley) 1/7/94
31.63Scgd
41.110Sthorpej.include <bsd.own.mk>
51.110Sthorpej
61.137SjdolecekSUBDIR= apply apropos asa at audio awk 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.129Slukem	db dirname du eject elf2aout elf2ecoff env error expand \
111.138Smrg	false fdformat fgen file find finger fmt fold fpr from \
121.138Smrg	fsplit fstat ftp gcore gencat getconf getopt gprof gzip \
131.135Stshiozak	head hexdump iconv id indent innetgr ipcrm ipcs join jot \
141.128Sperry	kdump ktrace ktruss lam last lastcomm ldd leave less \
151.136Stshiozak	lex locale locate lock logger login logname look lorder m4 \
161.134Stshiozak	machine mail make man menuc mesg midiplay mixerctl mkcsmapper \
171.134Stshiozak	mkdep mkesdb mkfifo mklocale mkstr mktemp modstat msgc msgs \
181.128Sperry	netgroup netstat newsyslog nfsstat nice nl nohup \
191.133Ssalo	pagesize passwd paste patch pathchk pkill pmap pmc pr \
201.130Sjhawk	printenv printf progress 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.132SlhaSUBDIR+= compile_et kdestroy kinit klist 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