Makefile revision 2720
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 bootpd bootpef bootpgw bootptest chown chroot \
7	cron crunch dbsym dev_mkdb diskpart \
8	edquota inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \
9	manctl mtree mrouted pkg_install portmap pstat \
10	pwd_mkdb quotaon repquota routed rmt rtprio rwhod sendmail \
11	sliplogin sysctl syslogd tcpdump traceroute trpt vidcontrol \
12	vipw xntpd ypbind yppoll ypset zic
13
14#
15# XNSrouted and trsp are of very marginal utility to anyone at this
16# point.  Users who actually have a use for these programs (unlikely)
17# are free to add them back in.
18#
19# SUBDIR+=XNSrouted trsp
20
21.if   make(clean) || make(cleandir)
22SUBDIR+=bad144 config config.new eeprom iostat swapinfo timed 
23.elif ${MACHINE} == "hp300"
24SUBDIR+=config iostat timed 
25.elif ${MACHINE} == "i386"
26SUBDIR+=bad144 config swapinfo timed
27# iostat
28.elif ${MACHINE} == "luna68k"
29SUBDIR+=config iostat timed 
30.elif ${MACHINE} == "mips"
31SUBDIR+=config iostat timed 
32.elif ${MACHINE} == "sparc"
33SUBDIR+=config.new eeprom timed 
34.elif ${MACHINE} == "tahoe"
35SUBDIR+=config iostat timed 
36.elif ${MACHINE} == "vax"
37SUBDIR+=bad144 config iostat timed 
38.endif
39
40.include <bsd.subdir.mk>
41