xref: /original-bsd/usr.bin/Makefile (revision c98fd05d)
1#	@(#)Makefile	5.12 (Berkeley) 09/02/92
2
3# BROKEN: tn3270, lisp
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 groff head hexdump id indent join last \
9	lastcomm learn leave lex locate lock logger login logname lorder \
10	m4 machine mail make man mesg mkdep mkfifo mkstr more msgs mt \
11	netstat nfsstat nice nm nohup pagesize passwd paste plot pr \
12	printenv printf ptx quota ranlib ratfor rdist renice rev rlogin \
13	rsh ruptime rwho sccs script sed shar showmount size soelim sort \
14	spell spline split strings strip struct su systat talk tcopy tee \
15	telnet tftp time tip touch tput tr true tset tsort tty ul 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# Gcc suit is new-VM only.
21# Cmp, look and tail all use mmap, so new-VM only.
22# F77 and pascal are VAX/Tahoe only.
23.if	${MACHINE} == "hp300"
24SUBDIR+=cmp g++ gas gcc gdb ktrace ld look tail
25.elif	${MACHINE} == "i386"
26SUBDIR+=cmp g++ gas gcc gdb ktrace ld look tail
27.elif	${MACHINE} == "luna68k"
28SUBDIR+=cmp g++ gas gcc ktrace ld look tail
29.elif	${MACHINE} == "tahoe"
30SUBDIR+=f77 pascal
31.elif	${MACHINE} == "vax"
32SUBDIR+=f77 pascal
33.endif
34
35.include <bsd.subdir.mk>
36