Makefile revision 1930
1102550Siwasaki#	@(#)Makefile	8.3 (Berkeley) 1/7/94
2102550Siwasaki
3102550Siwasaki# XXX MISSING:		at bc dc deroff diction diff ex graph learn plot
4102550Siwasaki#			ptx spell spline struct units xsend
5102550Siwasaki# XXX MISSING SOURCES:	file grep sort
6102550Siwasaki# XXX MISSING Makefile:	uucp
7316303Sjkim# XXX Use GNU versions:	ld man apropos whatis patch
8316303Sjkim# Moved to secure: bdes
9316303Sjkim#
10316303SjkimSUBDIR=	apply ar banner basename biff cal calendar \
11316303Sjkim	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
12102550Siwasaki	comm compress cpp ctags cut dirname du \
13102550Siwasaki	env error expand false find finger fmt fold fpr from \
14316303Sjkim	fsplit fstat ftp gcore gprof head hexdump id indent \
15316303Sjkim	join jot kdump ktrace lam last lastcomm leave locate \
16316303Sjkim	lock logger login logname lorder m4 mail make mesg mkdep \
17316303Sjkim	mkfifo mklocale mkstr more msgs mt netstat nfsstat nice nm nohup \
18316303Sjkim	pagesize passwd paste pr printenv printf quota \
19316303Sjkim	ranlib rdist renice rev rlogin rs rsh ruptime rwho \
20316303Sjkim	script sed shar showmount size soelim split \
21316303Sjkim	strings strip su talk tcopy tee telnet tftp time tip \
22316303Sjkim	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
23316303Sjkim	unifdef uniq unvis users uudecode uuencode vacation \
24316303Sjkim	vgrind vis w wall wc what whereis who whois window write \
25316303Sjkim	xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
26316303Sjkim
27316303Sjkim# Cmp, look and tail all use mmap, so new-VM only.
28316303Sjkim# F77 and pascal are VAX/Tahoe only.
29316303Sjkim.if	${MACHINE} == "hp300"
30316303SjkimSUBDIR+=cmp ld look systat tail vmstat
31316303Sjkim.elif	${MACHINE} == "i386"
32316303SjkimSUBDIR+=cmp look systat tail vmstat
33316303Sjkim# XXX Use gnu/usr.bin/ld for now
34316303Sjkim.elif	${MACHINE} == "luna68k"
35316303SjkimSUBDIR+=cmp ld look systat tail vmstat
36316303Sjkim.elif	${MACHINE} == "mips"
37316303SjkimSUBDIR+=cmp look systat tail vmstat
38316303Sjkim.elif	${MACHINE} == "sparc"
39316303SjkimSUBDIR+=cmp ld look tail vmstat.sparc
40316303Sjkim.elif	${MACHINE} == "tahoe"
41316303SjkimSUBDIR+=f77 pascal systat vmstat
42316303Sjkim.elif	${MACHINE} == "vax"
43316303SjkimSUBDIR+=f77 pascal systat vmstat
44316303Sjkim.endif
45316303Sjkim
46316303Sjkim.include <bsd.subdir.mk>
47316303Sjkim