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