xref: /freebsd/usr.bin/Makefile (revision 1544f99bacf7b5017ad91c667783aa20405c930f)
19b50d902SRodney W. Grimes#	@(#)Makefile	8.3 (Berkeley) 1/7/94
29b50d902SRodney W. Grimes
31544f99bSRodney W. Grimes# XXX MISSING:		at 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
71544f99bSRodney W. GrimesSUBDIR=	apply apropos ar banner basename bdes biff cal calendar \
89b50d902SRodney W. Grimes	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
91544f99bSRodney W. Grimes	comm compress cpp ctags cut dirname du \
101544f99bSRodney W. Grimes	env error expand false find finger fmt fold fpr from \
111544f99bSRodney W. Grimes	fsplit fstat ftp gcore gprof head hexdump id indent \
121544f99bSRodney W. Grimes	join jot kdump ktrace lam last lastcomm leave locate \
139b50d902SRodney W. Grimes	lock logger login logname lorder m4 mail make man mesg mkdep \
149b50d902SRodney W. Grimes	mkfifo mklocale mkstr more msgs mt netstat nfsstat nice nm nohup \
151544f99bSRodney W. Grimes	pagesize passwd paste patch pr printenv printf quota \
169b50d902SRodney W. Grimes	ranlib rdist renice rev rlogin rs rsh ruptime rwho sccs \
171544f99bSRodney W. Grimes	script sed shar showmount size soelim split \
181544f99bSRodney W. Grimes	strings strip su talk tcopy tee telnet tftp time tip \
199b50d902SRodney W. Grimes	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
201544f99bSRodney W. Grimes	unifdef uniq unvis users uudecode uuencode vacation \
219b50d902SRodney W. Grimes	vgrind vis w wall wc what whatis whereis who whois window write \
221544f99bSRodney W. Grimes	xargs xinstall xstr yacc yes
239b50d902SRodney W. Grimes
249b50d902SRodney W. Grimes# Cmp, look and tail all use mmap, so new-VM only.
259b50d902SRodney W. Grimes# F77 and pascal are VAX/Tahoe only.
269b50d902SRodney W. Grimes.if	${MACHINE} == "hp300"
279b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat
289b50d902SRodney W. Grimes.elif	${MACHINE} == "i386"
291544f99bSRodney W. GrimesSUBDIR+=cmp look systat tail vmstat
301544f99bSRodney W. Grimes# XXX Use gnu/usr.bin/ld for now
319b50d902SRodney W. Grimes.elif	${MACHINE} == "luna68k"
329b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat
339b50d902SRodney W. Grimes.elif	${MACHINE} == "mips"
349b50d902SRodney W. GrimesSUBDIR+=cmp look systat tail vmstat
359b50d902SRodney W. Grimes.elif	${MACHINE} == "sparc"
369b50d902SRodney W. GrimesSUBDIR+=cmp ld look tail vmstat.sparc
379b50d902SRodney W. Grimes.elif	${MACHINE} == "tahoe"
389b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat
399b50d902SRodney W. Grimes.elif	${MACHINE} == "vax"
409b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat
419b50d902SRodney W. Grimes.endif
429b50d902SRodney W. Grimes
439b50d902SRodney W. Grimes.include <bsd.subdir.mk>
44