xref: /csrg-svn/usr.bin/Makefile (revision 65563)
1*65563Sbostic#	@(#)Makefile	8.3 (Berkeley) 01/07/94
240617Sbostic
362097SbosticSUBDIR=	apply apropos ar at banner basename bc bdes biff cal calendar \
462097Sbostic	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
562097Sbostic	comm compress cpp ctags cut dc deroff diction diff dirname du \
662097Sbostic	env error ex expand false file find finger fmt fold fpr from \
762097Sbostic	fsplit fstat ftp gcore gprof graph grep head hexdump id indent \
865421Sbostic	join jot kdump ktrace lam last lastcomm learn leave locate \
962097Sbostic	lock logger login logname lorder m4 mail make man mesg mkdep \
1062097Sbostic	mkfifo mklocale mkstr more msgs mt netstat nfsstat nice nm nohup \
11*65563Sbostic	pagesize passwd paste patch plot pr printenv printf ptx quota \
1263708Sbostic	ranlib rdist renice rev rlogin rs rsh ruptime rwho sccs \
1362097Sbostic	script sed shar showmount size soelim sort spell spline split \
1462097Sbostic	strings strip struct su talk tcopy tee telnet tftp time tip \
1562097Sbostic	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
1662097Sbostic	unifdef uniq units unvis users uucp uudecode uuencode vacation \
1762097Sbostic	vgrind vis w wall wc what whatis whereis who whois window write \
1862097Sbostic	xargs xinstall xsend xstr yacc yes
1940617Sbostic
2055442Smarc# Cmp, look and tail all use mmap, so new-VM only.
2155442Smarc# F77 and pascal are VAX/Tahoe only.
2249261Sbostic.if	${MACHINE} == "hp300"
2360862SbosticSUBDIR+=cmp ld look systat tail vmstat
2449261Sbostic.elif	${MACHINE} == "i386"
2560862SbosticSUBDIR+=cmp ld look systat tail vmstat
2656171Sbostic.elif	${MACHINE} == "luna68k"
2760862SbosticSUBDIR+=cmp ld look systat tail vmstat
2860577Sralph.elif	${MACHINE} == "mips"
2960862SbosticSUBDIR+=cmp look systat tail vmstat
3056546Storek.elif	${MACHINE} == "sparc"
3160862SbosticSUBDIR+=cmp ld look tail vmstat.sparc
3249261Sbostic.elif	${MACHINE} == "tahoe"
3360190SbosticSUBDIR+=f77 pascal systat vmstat
3449261Sbostic.elif	${MACHINE} == "vax"
3560190SbosticSUBDIR+=f77 pascal systat vmstat
3644242Sbostic.endif
3744242Sbostic
3841692Sbostic.include <bsd.subdir.mk>
39