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