Makefile revision 2683
1#	@(#)Makefile	8.3 (Berkeley) 1/7/94
2
3# XXX MISSING:		bc dc deroff diction diff ex graph learn plot
4#			ptx spell spline struct units xsend
5# XXX MISSING SOURCES:	grep sort
6# XXX MISSING Makefile:	uucp
7# XXX Use GNU versions:	ld man apropos whatis patch
8# Moved to secure: bdes
9#
10SUBDIR=	apply ar at banner basename biff cal calendar \
11	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
12	comm compress cpp ctags cut dirname du \
13	env error expand f2c false file find finger fmt fold fpr from \
14	fsplit fstat ftp gcore gprof head hexdump id indent \
15	join jot kdump ktrace key keyinfo keyinit lam last \
16	lastcomm leave lex locate lock logger login logname lorder \
17	m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \
18	more msgs mt netstat nfsstat nice \
19	nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \
20	renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
21	rwho script sed shar showmount size soelim split \
22	strings strip su symorder talk tcopy tee telnet tftp time tip \
23	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
24	unifdef uniq unvis users uudecode uuencode vacation \
25	vgrind vi vis w wall wc what whereis who whois window write \
26	xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
27
28# Cmp, look and tail all use mmap, so new-VM only.
29# F77 and pascal are VAX/Tahoe only.
30.if	${MACHINE} == "hp300"
31SUBDIR+=cmp ld look systat tail vmstat
32.elif	${MACHINE} == "i386"
33SUBDIR+=cmp look systat tail vmstat
34# XXX Use gnu/usr.bin/ld for now
35.elif	${MACHINE} == "luna68k"
36SUBDIR+=cmp ld look systat tail vmstat
37.elif	${MACHINE} == "mips"
38SUBDIR+=cmp look systat tail vmstat
39.elif	${MACHINE} == "sparc"
40SUBDIR+=cmp ld look tail vmstat.sparc
41.elif	${MACHINE} == "tahoe"
42SUBDIR+=f77 pascal systat vmstat
43.elif	${MACHINE} == "vax"
44SUBDIR+=f77 pascal systat vmstat
45.endif
46
47.include <bsd.subdir.mk>
48