xref: /freebsd/usr.bin/Makefile (revision dd3d164f9ed030733213121fde10bdbb2397481b)
1839f16abSGarrett Wollman#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
2dd3d164fSBruce Evans#	$Id: Makefile,v 1.33 1995/01/19 22:31:17 wollman Exp $
39b50d902SRodney W. Grimes
40a50d08dSJordan K. Hubbard# XXX MISSING:		deroff diction graph learn plot
5dd3d164fSBruce Evans#			spell spline struct units xsend
6dd3d164fSBruce Evans# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
773407b34SGarrett Wollman# Moved to secure: bdes
873407b34SGarrett Wollman#
95093d47aSJordan K. HubbardSUBDIR=	apply ar at banner basename biff cal calendar \
104ecbaff2SLars Fredriksen	cap_mkdb chat checknr chflags chpass cksum col colcrt colrm column \
11f4282c92SGarrett Wollman	comm compile_et compress cpp ctags cut dig dirname du \
120a50d08dSJordan K. Hubbard	env error expand f2c false file find finger fmt fold fpr from fsplit \
130a50d08dSJordan K. Hubbard	fstat ftp gcore getopt gprof head hexdump host id indent ipcrm ipcs \
1412f78166SGuido van Rooij	join jot kdump ktrace key keyinfo keyinit lam last \
1590b7e688SGeoff Rehmet	lastcomm leave lex locate lock logger login logname lorder \
168b359e30SGarrett Wollman	lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr mk_cmds modstat \
1747ef0742SAndrey A. Chernov	more msgs mt ncftp netstat nfsstat nice \
184f1f23c3SRodney W. Grimes	nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \
194f1f23c3SRodney W. Grimes	renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
20dae09d45SGeoff Rehmet	rwho script sed shar showmount size soelim split \
21106d493aSAndrey A. Chernov	strings strip su symorder talk tconv tcopy tee telnet tftp time tip \
229b50d902SRodney W. Grimes	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
231544f99bSRodney W. Grimes	unifdef uniq unvis users uudecode uuencode vacation \
2423893997SPaul Traina	vgrind vi vis w wall wc what whereis who whois window write \
2573407b34SGarrett Wollman	xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
269b50d902SRodney W. Grimes
279b50d902SRodney W. Grimes# Cmp, look and tail all use mmap, so new-VM only.
289b50d902SRodney W. Grimes# F77 and pascal are VAX/Tahoe only.
29d6f9c011SGary Palmer.if	make(clean) || make(cleandir)
304396424cSGary Palmer# XXX Should have `f77', `pascal' & `vmstat.sparc' judging by the
314396424cSGary Palmer#     machine dependant lines, but we don't have them
324325553dSGary PalmerSUBDIR+=cmp look systat tail vmstat
33d6f9c011SGary Palmer.elif	${MACHINE} == "hp300"
349b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat
359b50d902SRodney W. Grimes.elif	${MACHINE} == "i386"
361544f99bSRodney W. GrimesSUBDIR+=cmp look systat tail vmstat
371544f99bSRodney W. Grimes# XXX Use gnu/usr.bin/ld for now
389b50d902SRodney W. Grimes.elif	${MACHINE} == "luna68k"
399b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat
409b50d902SRodney W. Grimes.elif	${MACHINE} == "mips"
419b50d902SRodney W. GrimesSUBDIR+=cmp look systat tail vmstat
429b50d902SRodney W. Grimes.elif	${MACHINE} == "sparc"
439b50d902SRodney W. GrimesSUBDIR+=cmp ld look tail vmstat.sparc
449b50d902SRodney W. Grimes.elif	${MACHINE} == "tahoe"
459b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat
469b50d902SRodney W. Grimes.elif	${MACHINE} == "vax"
479b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat
489b50d902SRodney W. Grimes.endif
499b50d902SRodney W. Grimes
509b50d902SRodney W. Grimes.include <bsd.subdir.mk>
51