xref: /original-bsd/usr.bin/Makefile (revision ebf693c1)
1#	@(#)Makefile	5.28 (Berkeley) 06/03/93
2
3SUBDIR=	apply ar at banner basename bc bdes biff cal calendar cap_mkdb \
4	checknr chflags chpass cksum col colcrt colrm column comm \
5	compress cpp ctags cut dc deroff diction diff dirname du env \
6	error ex expand false file find finger fmt fold fpr from fsplit \
7	fstat ftp gcore gprof graph grep head hexdump id indent join \
8	jot kdump ktrace lam last lastcomm learn leave lex locate lock \
9	logger login logname lorder m4 mail make man mesg mkdep mkfifo \
10	mklocale mkstr more msgs mt netstat nfsstat nice nm nohup nvi \
11	pagesize passwd paste plot pr printenv printf ptx quota ranlib \
12	ratfor rdist renice rev rlogin rs rsh ruptime rwho sccs script \
13	sed shar showmount size soelim sort spell spline split strings \
14	strip struct su talk tcopy tee telnet tftp time tip tn3270 touch \
15	tput tr true tset tsort tty ul uname unexpand unifdef uniq units \
16	unvis users uucp uudecode uuencode vacation vgrind vis w wall \
17	wc what whereis who whois window write xargs xinstall xsend xstr \
18	yacc yes
19
20# Cmp, look and tail all use mmap, so new-VM only.
21# F77 and pascal are VAX/Tahoe only.
22.if	${MACHINE} == "hp300"
23SUBDIR+=cmp ld look systat tail vmstat
24.elif	${MACHINE} == "i386"
25SUBDIR+=cmp ld look systat tail vmstat
26.elif	${MACHINE} == "luna68k"
27SUBDIR+=cmp ld look systat tail vmstat
28.elif	${MACHINE} == "mips"
29SUBDIR+=cmp look systat tail vmstat
30.elif	${MACHINE} == "sparc"
31SUBDIR+=cmp ld look tail vmstat.sparc
32.elif	${MACHINE} == "tahoe"
33SUBDIR+=f77 pascal systat vmstat
34.elif	${MACHINE} == "vax"
35SUBDIR+=f77 pascal systat vmstat
36.endif
37
38.include <bsd.subdir.mk>
39