Makefile revision 3137
1#	From: @(#)Makefile	8.3 (Berkeley) 1/7/94
2#	$Id: Makefile,v 1.21 1994/09/23 00:00:57 ache Exp $
3
4# XXX MISSING:		bc dc deroff diction diff ex graph learn plot
5#			ptx spell spline struct units xsend
6# XXX MISSING SOURCES:	grep sort
7# XXX MISSING Makefile:	uucp
8# XXX Use GNU versions:	ld man apropos whatis patch
9# Moved to secure: bdes
10#
11SUBDIR=	apply ar at banner basename biff cal calendar \
12	cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
13	comm compress cpp ctags cut dig dirname du \
14	env error expand f2c false file find finger fmt fold fpr from \
15	fsplit fstat ftp gcore gprof head hexdump host id indent ipcrm ipcs \
16	join jot kdump ktrace key keyinfo keyinit lam last \
17	lastcomm leave lex locate lock logger login logname lorder \
18	lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \
19	more msgs mt ncftp netstat nfsstat nice \
20	nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \
21	renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
22	rwho script sed shar showmount size soelim split \
23	strings strip su symorder talk tcopy tee telnet tftp time tip \
24	tn3270 touch tput tr true tset tsort tty ul uname unexpand \
25	unifdef uniq unvis users uudecode uuencode vacation \
26	vgrind vi vis w wall wc what whereis who whois window write \
27	xargs xinstall xstr yacc yes ypcat ypmatch ypwhich
28
29# Cmp, look and tail all use mmap, so new-VM only.
30# F77 and pascal are VAX/Tahoe only.
31.if	${MACHINE} == "hp300"
32SUBDIR+=cmp ld look systat tail vmstat
33.elif	${MACHINE} == "i386"
34SUBDIR+=cmp look systat tail vmstat
35# XXX Use gnu/usr.bin/ld for now
36.elif	${MACHINE} == "luna68k"
37SUBDIR+=cmp ld look systat tail vmstat
38.elif	${MACHINE} == "mips"
39SUBDIR+=cmp look systat tail vmstat
40.elif	${MACHINE} == "sparc"
41SUBDIR+=cmp ld look tail vmstat.sparc
42.elif	${MACHINE} == "tahoe"
43SUBDIR+=f77 pascal systat vmstat
44.elif	${MACHINE} == "vax"
45SUBDIR+=f77 pascal systat vmstat
46.endif
47
48.include <bsd.subdir.mk>
49