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