Makefile revision 2966
12966Swollman#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
22966Swollman#	$Id$
31590Srgrimes
42229Sjkh# XXX MISSING:		bc dc deroff diction diff ex graph learn plot
51613Srgrimes#			ptx spell spline struct units xsend
62482Scsgr# XXX MISSING SOURCES:	grep sort
71613Srgrimes# XXX MISSING Makefile:	uucp
81879Swollman# XXX Use GNU versions:	ld man apropos whatis patch
91930Swollman# Moved to secure: bdes
101930Swollman#
112229SjkhSUBDIR=	apply ar at banner basename biff cal calendar \
121590Srgrimes	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
131613Srgrimes	comm compress cpp ctags cut dirname du \
142683Srgrimes	env error expand f2c false file find finger fmt fold fpr from \
152737Sdfr	fsplit fstat ftp gcore gprof head hexdump id indent ipcrm ipcs \
162135Sguido	join jot kdump ktrace key keyinfo keyinit lam last \
172261Scsgr	lastcomm leave lex locate lock logger login logname lorder \
182966Swollman	lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \
192135Sguido	more msgs mt netstat nfsstat nice \
202683Srgrimes	nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \
212683Srgrimes	renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
222349Scsgr	rwho script sed shar showmount size soelim split \
232241Sjkh	strings strip su symorder talk tcopy tee telnet tftp time tip \
241590Srgrimes	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
251613Srgrimes	unifdef uniq unvis users uudecode uuencode vacation \
262084Ssef	vgrind vi vis w wall wc what whereis who whois window write \
271930Swollman	xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
281590Srgrimes
291590Srgrimes# Cmp, look and tail all use mmap, so new-VM only.
301590Srgrimes# F77 and pascal are VAX/Tahoe only.
311590Srgrimes.if	${MACHINE} == "hp300"
321590SrgrimesSUBDIR+=cmp ld look systat tail vmstat
331590Srgrimes.elif	${MACHINE} == "i386"
341613SrgrimesSUBDIR+=cmp look systat tail vmstat
351613Srgrimes# XXX Use gnu/usr.bin/ld for now
361590Srgrimes.elif	${MACHINE} == "luna68k"
371590SrgrimesSUBDIR+=cmp ld look systat tail vmstat
381590Srgrimes.elif	${MACHINE} == "mips"
391590SrgrimesSUBDIR+=cmp look systat tail vmstat
401590Srgrimes.elif	${MACHINE} == "sparc"
411590SrgrimesSUBDIR+=cmp ld look tail vmstat.sparc
421590Srgrimes.elif	${MACHINE} == "tahoe"
431590SrgrimesSUBDIR+=f77 pascal systat vmstat
441590Srgrimes.elif	${MACHINE} == "vax"
451590SrgrimesSUBDIR+=f77 pascal systat vmstat
461590Srgrimes.endif
471590Srgrimes
481590Srgrimes.include <bsd.subdir.mk>
49