Makefile revision 2489
1#	@(#)Makefile	5.20 (Berkeley) 6/12/93
2
3# XXX MISSING:		cron mkproto sa
4# XXX MISSING SOURCES:	ac quot
5# XXX TEMP. BROKEN:	iostat
6SUBDIR=	accton amd arp chown chroot cron crunch dbsym dev_mkdb diskpart \
7	edquota inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \
8	manctl mtree portmap pstat \
9	pwd_mkdb quotaon repquota routed rmt rtprio rwhod sendmail \
10	sliplogin sysctl syslogd tcpdump traceroute trpt vidcontrol \
11	vipw xntpd ypbind yppoll ypset
12
13#
14# XNSrouted and trsp are of very marginal utility to anyone at this
15# point.  Users who actually have a use for these programs (unlikely)
16# are free to add them back in.
17#
18# SUBDIR+=XNSrouted trsp
19
20.if   make(clean) || make(cleandir)
21SUBDIR+=bad144 config config.new eeprom iostat swapinfo timed 
22.elif ${MACHINE} == "hp300"
23SUBDIR+=config iostat timed 
24.elif ${MACHINE} == "i386"
25SUBDIR+=bad144 config swapinfo timed
26# iostat
27.elif ${MACHINE} == "luna68k"
28SUBDIR+=config iostat timed 
29.elif ${MACHINE} == "mips"
30SUBDIR+=config iostat timed 
31.elif ${MACHINE} == "sparc"
32SUBDIR+=config.new eeprom timed 
33.elif ${MACHINE} == "tahoe"
34SUBDIR+=config iostat timed 
35.elif ${MACHINE} == "vax"
36SUBDIR+=bad144 config iostat timed 
37.endif
38
39.include <bsd.subdir.mk>
40