Makefile revision 36374
164562Sgshapiro#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
264562Sgshapiro#	$Id: Makefile,v 1.99 1998/05/15 12:33:56 jb Exp $
364562Sgshapiro
464562Sgshapiro# XXX MISSING:		deroff diction graph learn plot
564562Sgshapiro#			spell spline struct xsend
664562Sgshapiro# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
764562Sgshapiro# Moved to secure: bdes
864562Sgshapiro#
964562SgshapiroSUBDIR=	apply at banner basename biff c89 calendar \
1064562Sgshapiro	cap_mkdb chat checknr chflags chpass cksum cmp col colcrt colldef \
1164562Sgshapiro	colrm column comm compile_et compress chkey cpp ctags cut \
12132943Sgshapiro	dirname du ee env error expand \
13132943Sgshapiro	f2c false fetch file file2c \
1464562Sgshapiro	find finger fmt fold fpr from fsplit ftp gencat getopt \
15157001Sgshapiro	global head hexdump id indent \
16157001Sgshapiro	join jot key keyinfo keyinit keylogin keylogout killall kzip \
17157001Sgshapiro	lam last lastcomm leave lex limits locate lock lockf logger login \
1890792Sgshapiro	logname look lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr \
1990792Sgshapiro	mktemp mk_cmds more msgs ncal newkey nice nohup \
2090792Sgshapiro	objformat opieinfo opiekey opiepasswd pagesize passwd paste pr \
2164562Sgshapiro	printenv printf quota rdist renice rev rlogin rpcgen \
2290792Sgshapiro	rpcinfo rs rsh rup ruptime rusers rwall \
2390792Sgshapiro	rwho script sed shar showmount soelim split \
2490792Sgshapiro	su symorder tail talk tconv tcopy tee tftp time \
2590792Sgshapiro	tip tn3270 touch tput tr true tset tsort tty ul uname \
26132943Sgshapiro	unexpand unifdef uniq units unvis users uudecode uuencode vacation \
27132943Sgshapiro	vgrind vi vis wall wc what whereis which who whois window \
2890792Sgshapiro	write xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
29132943SgshapiroSUBDIR+=minigzip
30132943Sgshapiro
31132943Sgshapiro.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
3290792Sgshapiro# releases do need both
33132943SgshapiroSUBDIR+=telnet
34132943Sgshapiro.endif
3590792Sgshapiro
36132943Sgshapiro.if ${MACHINE_ARCH} == "i386"
37132943Sgshapiro# Things that don't compile on alpha or are aout specific:
38132943SgshapiroSUBDIR+=ar brandelf dig dnsquery doscmd fstat gcore gprof gprof4 host ipcrm \
3964562Sgshapiro	ipcs kdump ktrace lorder modstat mt netstat nfsstat nm ranlib \
4064562Sgshapiro	sasc size strings \
4164562Sgshapiro	strip systat top truss vmstat w
4264562Sgshapiro.endif
4364562Sgshapiro
4464562Sgshapiro.if !defined(NOTCL) && exists (${.CURDIR}/../contrib/tcl) && \
4564562Sgshapiro	exists(${.CURDIR}/tclsh) && exists (${.CURDIR}/../lib/libtcl)
4664562SgshapiroSUBDIR+=tclsh
47110560Sgshapiro.endif
4864562Sgshapiro
4964562Sgshapiro.include <bsd.subdir.mk>
5064562Sgshapiro