Makefile revision 1590
11590Srgrimes#	@(#)Makefile	8.3 (Berkeley) 1/7/94
21590Srgrimes
31590SrgrimesSUBDIR=	apply apropos ar at banner basename bc bdes biff cal calendar \
41590Srgrimes	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
51590Srgrimes	comm compress cpp ctags cut dc deroff diction diff dirname du \
61590Srgrimes	env error ex expand false file find finger fmt fold fpr from \
71590Srgrimes	fsplit fstat ftp gcore gprof graph grep head hexdump id indent \
81590Srgrimes	join jot kdump ktrace lam last lastcomm learn leave locate \
91590Srgrimes	lock logger login logname lorder m4 mail make man mesg mkdep \
101590Srgrimes	mkfifo mklocale mkstr more msgs mt netstat nfsstat nice nm nohup \
111590Srgrimes	pagesize passwd paste patch plot pr printenv printf ptx quota \
121590Srgrimes	ranlib rdist renice rev rlogin rs rsh ruptime rwho sccs \
131590Srgrimes	script sed shar showmount size soelim sort spell spline split \
141590Srgrimes	strings strip struct su talk tcopy tee telnet tftp time tip \
151590Srgrimes	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
161590Srgrimes	unifdef uniq units unvis users uucp uudecode uuencode vacation \
171590Srgrimes	vgrind vis w wall wc what whatis whereis who whois window write \
181590Srgrimes	xargs xinstall xsend xstr yacc yes
191590Srgrimes
201590Srgrimes# Cmp, look and tail all use mmap, so new-VM only.
211590Srgrimes# F77 and pascal are VAX/Tahoe only.
221590Srgrimes.if	${MACHINE} == "hp300"
231590SrgrimesSUBDIR+=cmp ld look systat tail vmstat
241590Srgrimes.elif	${MACHINE} == "i386"
251590SrgrimesSUBDIR+=cmp ld look systat tail vmstat
261590Srgrimes.elif	${MACHINE} == "luna68k"
271590SrgrimesSUBDIR+=cmp ld look systat tail vmstat
281590Srgrimes.elif	${MACHINE} == "mips"
291590SrgrimesSUBDIR+=cmp look systat tail vmstat
301590Srgrimes.elif	${MACHINE} == "sparc"
311590SrgrimesSUBDIR+=cmp ld look tail vmstat.sparc
321590Srgrimes.elif	${MACHINE} == "tahoe"
331590SrgrimesSUBDIR+=f77 pascal systat vmstat
341590Srgrimes.elif	${MACHINE} == "vax"
351590SrgrimesSUBDIR+=f77 pascal systat vmstat
361590Srgrimes.endif
371590Srgrimes
381590Srgrimes.include <bsd.subdir.mk>
39