Makefile revision 1.112
11.112Sthorpej#	$NetBSD: Makefile,v 1.112 2000/07/25 16:32:24 thorpej Exp $
21.68Smikel#	from: @(#)Makefile	8.3 (Berkeley) 1/7/94
31.63Scgd
41.110Sthorpej.include <bsd.own.mk>
51.110Sthorpej
61.105SthorpejSUBDIR=	apply apropos asa at audio banner basename biff \
71.102Sad	bzip2 bzip2recover cal calendar cap_mkdb cdplay checknr chflags \
81.102Sad	chpass cksum cmp col colcrt colrm column comm compress \
91.103Ssimonb	crontab crunch ctags cut dirname du eject elf2aout elf2ecoff env \
101.91Smrg	error expand false fdformat fgen file find finger fmt fold fpr \
111.96Slukem	from fsplit fstat ftp gencat getconf getopt gprof head hesinfo \
121.104Sdarrenr	hexdump id indent innetgr ipcrm ipcs join jot kdump ktrace ktruss \
131.92Spk	lam last lastcomm ldd leave less lex locate lock \
141.75Sperry	logger login logname look lorder m4 machine mail \
151.107Stron	make man menuc mesg midiplay mixerctl mkdep mkfifo mkstr mktemp \
161.107Stron	modstat msgc msgs netgroup netstat newsyslog nfsstat nice nl nohup \
171.107Stron	pagesize passwd paste patch pr printenv printf quota rdist \
181.75Sperry	renice rev rlogin rpcgen rpcinfo rs rsh rup \
191.76Sfair	ruptime rusers rwall rwho script sed shar shlock \
201.87Sperry	showmount shuffle skey skeyinfo skeyinit soelim split \
211.84Sscottr	su systat tail talk tcopy tee telnet tftp time \
221.97Ssimonb	tip tn3270 top touch tput tr true tset tsort tty ul \
231.83Saugustss	uname unexpand unifdef uniq units unvis usbhidctl users \
241.75Sperry	uudecode uuencode vacation vgrind vi vis vmstat w \
251.75Sperry	wall wc what whatis whereis which who whois window \
261.75Sperry	write xargs xinstall xlint xstr yacc yes ypcat \
271.75Sperry	ypmatch ypwhich
281.108Sthorpej
291.110Sthorpej.if (${MKCRYPTO} != "no")
301.108SthorpejSUBDIR+= openssl
311.111SheSUBDIR+= bdes compile_et kdestroy kf kinit klist kpasswd mk_cmds string2key
321.112SthorpejSUBDIR+= ssh
331.110Sthorpej.endif
341.1Scgd
351.1Scgd.include <bsd.subdir.mk>
36