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