Makefile revision 38555
1#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
2#	$Id: Makefile,v 1.106 1998/08/26 10:03:28 gpalmer Exp $
3
4# XXX MISSING:		deroff diction graph learn plot
5#			spell spline struct xsend
6# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
7# Moved to secure: bdes
8#
9SUBDIR=	apply at banner basename biff c89 calendar \
10	cap_mkdb chat checknr chflags chpass cksum cmp col colcrt colldef \
11	colrm column comm compile_et compress chkey cpp ctags cut \
12	dirname du ee env error expand \
13	f2c false fetch file file2c \
14	find finger fmt fold fpr from fsplit ftp gencat getopt \
15	global head hexdump id indent ipcrm ipcs join jot \
16	kdump key keyinfo keyinit keylogin keylogout killall ktrace kzip \
17	lam last lastcomm leave lex limits locate lock lockf logger login \
18	logname look lorder lsvfs m4 mail make mesg mkdep mkfifo mklocale \
19	mkstr mktemp mk_cmds more msgs ncal netstat newkey nfsstat nice nohup \
20	objformat opieinfo opiekey opiepasswd pagesize passwd paste pr \
21	printenv printf quota rdist renice rev rlogin rpcgen \
22	rpcinfo rs rsh rup ruptime rusers rwall \
23	rwho script sed shar showmount soelim split \
24	su symorder tail talk tconv tcopy tee tftp time \
25	tip tn3270 top touch tput tr true tset tsort tty ul uname \
26	unexpand unifdef uniq units unvis users uudecode uuencode vacation \
27	vgrind vi vis w wall wc what whereis which who whois window \
28	write xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
29SUBDIR+=minigzip
30
31.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
32# releases do need both
33SUBDIR+=telnet
34.endif
35
36.if ${MACHINE_ARCH} == "i386"
37# Things that don't compile on alpha or are aout specific:
38SUBDIR+=ar brandelf dig dnsquery fstat gcore gprof gprof4 host \
39	ldd modstat mt nm ranlib sasc size strings strip systat truss vmstat
40.if ${BINFORMAT} == aout
41SUBDIR+=doscmd
42.endif
43.endif
44
45.if !defined(NOTCL) && exists (${.CURDIR}/../contrib/tcl) && \
46	exists(${.CURDIR}/tclsh) && exists (${.CURDIR}/../lib/libtcl)
47SUBDIR+=tclsh
48.endif
49
50.include <bsd.subdir.mk>
51