Makefile revision 4699
12966Swollman#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
24699Sjkh#	$Id: Makefile,v 1.28 1994/11/12 05:32:46 lars Exp $
31590Srgrimes
44699Sjkh# XXX MISSING:		deroff diction graph learn plot
51613Srgrimes#			ptx spell spline struct units xsend
64699Sjkh# XXX Use GNU versions:	dc bc diff grep ld man apropos whatis patch
71930Swollman# Moved to secure: bdes
81930Swollman#
92229SjkhSUBDIR=	apply ar at banner basename biff cal calendar \
104378Slars	cap_mkdb chat checknr chflags chpass cksum col colcrt colrm column \
113137Spst	comm compress cpp ctags cut dig dirname du \
124699Sjkh	env error expand f2c false file find finger fmt fold fpr from fsplit \
134699Sjkh	fstat ftp gcore getopt gprof head hexdump host id indent ipcrm ipcs \
142135Sguido	join jot kdump ktrace key keyinfo keyinit lam last \
152261Scsgr	lastcomm leave lex locate lock logger login logname lorder \
162966Swollman	lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \
173008Sache	more msgs mt ncftp netstat nfsstat nice \
182683Srgrimes	nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \
192683Srgrimes	renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
202349Scsgr	rwho script sed shar showmount size soelim split \
212241Sjkh	strings strip su symorder 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 \
243714Spst	vgrind vi 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.
293624Sgpalmer.if	make(clean) || make(cleandir)
303636Sgpalmer# XXX Should have `f77', `pascal' & `vmstat.sparc' judging by the
313636Sgpalmer#     machine dependant lines, but we don't have them
323646SgpalmerSUBDIR+=cmp look systat tail vmstat
333624Sgpalmer.elif	${MACHINE} == "hp300"
341590SrgrimesSUBDIR+=cmp ld look systat tail vmstat
351590Srgrimes.elif	${MACHINE} == "i386"
361613SrgrimesSUBDIR+=cmp look systat tail vmstat
371613Srgrimes# XXX Use gnu/usr.bin/ld for now
381590Srgrimes.elif	${MACHINE} == "luna68k"
391590SrgrimesSUBDIR+=cmp ld look systat tail vmstat
401590Srgrimes.elif	${MACHINE} == "mips"
411590SrgrimesSUBDIR+=cmp look systat tail vmstat
421590Srgrimes.elif	${MACHINE} == "sparc"
431590SrgrimesSUBDIR+=cmp ld look tail vmstat.sparc
441590Srgrimes.elif	${MACHINE} == "tahoe"
451590SrgrimesSUBDIR+=f77 pascal systat vmstat
461590Srgrimes.elif	${MACHINE} == "vax"
471590SrgrimesSUBDIR+=f77 pascal systat vmstat
481590Srgrimes.endif
491590Srgrimes
501590Srgrimes.include <bsd.subdir.mk>
51