xref: /freebsd/usr.bin/Makefile (revision 90b7e688473aa2b6660c052d5ebc04e442b45219)
19b50d902SRodney W. Grimes#	@(#)Makefile	8.3 (Berkeley) 1/7/94
29b50d902SRodney W. Grimes
35093d47aSJordan K. Hubbard# XXX MISSING:		bc dc deroff diction diff ex graph learn plot
41544f99bSRodney W. Grimes#			ptx spell spline struct units xsend
51544f99bSRodney W. Grimes# XXX MISSING SOURCES:	file grep sort
61544f99bSRodney W. Grimes# XXX MISSING Makefile:	uucp
7ba053ca0SGarrett Wollman# XXX Use GNU versions:	ld man apropos whatis patch
873407b34SGarrett Wollman# Moved to secure: bdes
973407b34SGarrett Wollman#
105093d47aSJordan K. HubbardSUBDIR=	apply ar at banner basename biff cal calendar \
119b50d902SRodney W. Grimes	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
121544f99bSRodney W. Grimes	comm compress cpp ctags cut dirname du \
131544f99bSRodney W. Grimes	env error expand false find finger fmt fold fpr from \
141544f99bSRodney W. Grimes	fsplit fstat ftp gcore gprof head hexdump id indent \
1512f78166SGuido van Rooij	join jot kdump ktrace key keyinfo keyinit lam last \
1690b7e688SGeoff Rehmet	lastcomm leave lex locate lock logger login logname lorder \
17ce3f4aedSJordan K. Hubbard	m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \
1812f78166SGuido van Rooij	more msgs mt netstat nfsstat nice \
1952e40974SDavid Greenman	nm nohup pagesize passwd paste pr printenv printf quota \
20b35bdc40SGarrett Wollman	ranlib rdist renice rev rlogin rs rsh ruptime rwho \
211544f99bSRodney W. Grimes	script sed shar showmount size soelim split \
22faf2c5ccSJordan K. Hubbard	strings strip su symorder talk tcopy tee telnet tftp time tip \
239b50d902SRodney W. Grimes	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
241544f99bSRodney W. Grimes	unifdef uniq unvis users uudecode uuencode vacation \
2503b50ed1SSean Eric Fagan	vgrind vi vis w wall wc what whereis who whois window write \
2673407b34SGarrett Wollman	xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
279b50d902SRodney W. Grimes
289b50d902SRodney W. Grimes# Cmp, look and tail all use mmap, so new-VM only.
299b50d902SRodney W. Grimes# F77 and pascal are VAX/Tahoe only.
309b50d902SRodney W. Grimes.if	${MACHINE} == "hp300"
319b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat
329b50d902SRodney W. Grimes.elif	${MACHINE} == "i386"
331544f99bSRodney W. GrimesSUBDIR+=cmp look systat tail vmstat
341544f99bSRodney W. Grimes# XXX Use gnu/usr.bin/ld for now
359b50d902SRodney W. Grimes.elif	${MACHINE} == "luna68k"
369b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat
379b50d902SRodney W. Grimes.elif	${MACHINE} == "mips"
389b50d902SRodney W. GrimesSUBDIR+=cmp look systat tail vmstat
399b50d902SRodney W. Grimes.elif	${MACHINE} == "sparc"
409b50d902SRodney W. GrimesSUBDIR+=cmp ld look tail vmstat.sparc
419b50d902SRodney W. Grimes.elif	${MACHINE} == "tahoe"
429b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat
439b50d902SRodney W. Grimes.elif	${MACHINE} == "vax"
449b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat
459b50d902SRodney W. Grimes.endif
469b50d902SRodney W. Grimes
479b50d902SRodney W. Grimes.include <bsd.subdir.mk>
48