xref: /freebsd/usr.bin/Makefile (revision 23893997eb7b464ed0a389f51c7896fde4ffd91f)
1839f16abSGarrett Wollman#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
223893997SPaul Traina#	$Id: Makefile,v 1.26 1994/10/19 00:34:23 pst Exp $
39b50d902SRodney W. Grimes
45093d47aSJordan K. Hubbard# XXX MISSING:		bc dc deroff diction diff ex graph learn plot
51544f99bSRodney W. Grimes#			ptx spell spline struct units xsend
653d5f088SGeoff Rehmet# XXX MISSING SOURCES:	grep sort
71544f99bSRodney W. Grimes# XXX MISSING Makefile:	uucp
8ba053ca0SGarrett Wollman# XXX Use GNU versions:	ld man apropos whatis patch
973407b34SGarrett Wollman# Moved to secure: bdes
1073407b34SGarrett Wollman#
115093d47aSJordan K. HubbardSUBDIR=	apply ar at banner basename biff cal calendar \
129b50d902SRodney W. Grimes	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
1355178249SPaul Traina	comm compress cpp ctags cut dig dirname du \
144f1f23c3SRodney W. Grimes	env error expand f2c false file find finger fmt fold fpr from \
1555178249SPaul Traina	fsplit fstat ftp gcore gprof head hexdump host id indent ipcrm ipcs \
1612f78166SGuido van Rooij	join jot kdump ktrace key keyinfo keyinit lam last \
1790b7e688SGeoff Rehmet	lastcomm leave lex locate lock logger login logname lorder \
18839f16abSGarrett Wollman	lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \
1947ef0742SAndrey A. Chernov	more msgs mt ncftp netstat nfsstat nice \
204f1f23c3SRodney W. Grimes	nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \
214f1f23c3SRodney W. Grimes	renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
22dae09d45SGeoff Rehmet	rwho script sed shar showmount size soelim split \
23faf2c5ccSJordan K. Hubbard	strings strip su symorder talk tcopy tee telnet tftp time tip \
249b50d902SRodney W. Grimes	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
251544f99bSRodney W. Grimes	unifdef uniq unvis users uudecode uuencode vacation \
2623893997SPaul Traina	vgrind vi vis w wall wc what whereis who whois window write \
2773407b34SGarrett Wollman	xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
289b50d902SRodney W. Grimes
299b50d902SRodney W. Grimes# Cmp, look and tail all use mmap, so new-VM only.
309b50d902SRodney W. Grimes# F77 and pascal are VAX/Tahoe only.
31d6f9c011SGary Palmer.if	make(clean) || make(cleandir)
324396424cSGary Palmer# XXX Should have `f77', `pascal' & `vmstat.sparc' judging by the
334396424cSGary Palmer#     machine dependant lines, but we don't have them
344325553dSGary PalmerSUBDIR+=cmp look systat tail vmstat
35d6f9c011SGary Palmer.elif	${MACHINE} == "hp300"
369b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat
379b50d902SRodney W. Grimes.elif	${MACHINE} == "i386"
381544f99bSRodney W. GrimesSUBDIR+=cmp look systat tail vmstat
391544f99bSRodney W. Grimes# XXX Use gnu/usr.bin/ld for now
409b50d902SRodney W. Grimes.elif	${MACHINE} == "luna68k"
419b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat
429b50d902SRodney W. Grimes.elif	${MACHINE} == "mips"
439b50d902SRodney W. GrimesSUBDIR+=cmp look systat tail vmstat
449b50d902SRodney W. Grimes.elif	${MACHINE} == "sparc"
459b50d902SRodney W. GrimesSUBDIR+=cmp ld look tail vmstat.sparc
469b50d902SRodney W. Grimes.elif	${MACHINE} == "tahoe"
479b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat
489b50d902SRodney W. Grimes.elif	${MACHINE} == "vax"
499b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat
509b50d902SRodney W. Grimes.endif
519b50d902SRodney W. Grimes
529b50d902SRodney W. Grimes.include <bsd.subdir.mk>
53