Makefile revision 1930
11590Srgrimes#	@(#)Makefile	8.3 (Berkeley) 1/7/94
21590Srgrimes
31613Srgrimes# XXX MISSING:		at bc dc deroff diction diff ex graph learn plot
41613Srgrimes#			ptx spell spline struct units xsend
51613Srgrimes# XXX MISSING SOURCES:	file grep sort
61613Srgrimes# XXX MISSING Makefile:	uucp
71879Swollman# XXX Use GNU versions:	ld man apropos whatis patch
81930Swollman# Moved to secure: bdes
91930Swollman#
101930SwollmanSUBDIR=	apply ar banner basename biff cal calendar \
111590Srgrimes	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
121613Srgrimes	comm compress cpp ctags cut dirname du \
131613Srgrimes	env error expand false find finger fmt fold fpr from \
141613Srgrimes	fsplit fstat ftp gcore gprof head hexdump id indent \
151613Srgrimes	join jot kdump ktrace lam last lastcomm leave locate \
161641Srgrimes	lock logger login logname lorder m4 mail make mesg mkdep \
171590Srgrimes	mkfifo mklocale mkstr more msgs mt netstat nfsstat nice nm nohup \
181879Swollman	pagesize passwd paste pr printenv printf quota \
191866Swollman	ranlib rdist renice rev rlogin rs rsh ruptime rwho \
201613Srgrimes	script sed shar showmount size soelim split \
211613Srgrimes	strings strip su talk tcopy tee telnet tftp time tip \
221590Srgrimes	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
231613Srgrimes	unifdef uniq unvis users uudecode uuencode vacation \
241872Swollman	vgrind vis w wall wc what whereis who whois window write \
251930Swollman	xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
261590Srgrimes
271590Srgrimes# Cmp, look and tail all use mmap, so new-VM only.
281590Srgrimes# F77 and pascal are VAX/Tahoe only.
291590Srgrimes.if	${MACHINE} == "hp300"
301590SrgrimesSUBDIR+=cmp ld look systat tail vmstat
311590Srgrimes.elif	${MACHINE} == "i386"
321613SrgrimesSUBDIR+=cmp look systat tail vmstat
331613Srgrimes# XXX Use gnu/usr.bin/ld for now
341590Srgrimes.elif	${MACHINE} == "luna68k"
351590SrgrimesSUBDIR+=cmp ld look systat tail vmstat
361590Srgrimes.elif	${MACHINE} == "mips"
371590SrgrimesSUBDIR+=cmp look systat tail vmstat
381590Srgrimes.elif	${MACHINE} == "sparc"
391590SrgrimesSUBDIR+=cmp ld look tail vmstat.sparc
401590Srgrimes.elif	${MACHINE} == "tahoe"
411590SrgrimesSUBDIR+=f77 pascal systat vmstat
421590Srgrimes.elif	${MACHINE} == "vax"
431590SrgrimesSUBDIR+=f77 pascal systat vmstat
441590Srgrimes.endif
451590Srgrimes
461590Srgrimes.include <bsd.subdir.mk>
47