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