Makefile revision 2084
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 apropos whatis patch
8# Moved to secure: bdes
9#
10SUBDIR=	apply ar 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 false find finger fmt fold fpr from \
14	fsplit fstat ftp gcore gprof head hexdump id indent \
15	join jot kdump ktrace lam last lastcomm leave locate \
16	lock logger login logname lorder m4 mail make mesg mkdep \
17	mkfifo mklocale mkstr more msgs mt netstat nfsstat nice nm nohup \
18	pagesize passwd paste pr printenv printf quota \
19	ranlib rdist renice rev rlogin rs rsh ruptime rwho \
20	script sed shar showmount size soelim split \
21	strings strip su talk tcopy tee telnet tftp time tip \
22	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
23	unifdef uniq unvis users uudecode uuencode vacation \
24	vgrind vi vis w wall wc what whereis who whois window write \
25	xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
26
27# Cmp, look and tail all use mmap, so new-VM only.
28# F77 and pascal are VAX/Tahoe only.
29.if	${MACHINE} == "hp300"
30SUBDIR+=cmp ld look systat tail vmstat
31.elif	${MACHINE} == "i386"
32SUBDIR+=cmp look systat tail vmstat
33# XXX Use gnu/usr.bin/ld for now
34.elif	${MACHINE} == "luna68k"
35SUBDIR+=cmp ld look systat tail vmstat
36.elif	${MACHINE} == "mips"
37SUBDIR+=cmp look systat tail vmstat
38.elif	${MACHINE} == "sparc"
39SUBDIR+=cmp ld look tail vmstat.sparc
40.elif	${MACHINE} == "tahoe"
41SUBDIR+=f77 pascal systat vmstat
42.elif	${MACHINE} == "vax"
43SUBDIR+=f77 pascal systat vmstat
44.endif
45
46.include <bsd.subdir.mk>
47