summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
blob: 0588cf45763e002406590cf0f96d98cdb3cd5231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#	@(#)Makefile	5.20 (Berkeley) 6/12/93

# XXX MISSING:		cron mkproto sa
# XXX MISSING SOURCES:	ac quot
# XXX TEMP. BROKEN:	iostat xntpd
SUBDIR=	accton amd arp chown chroot cron dbsym dev_mkdb diskpart \
	edquota inetd kbdcontrol kgmon kvm_mkdb lpr mtree portmap pstat \
	pwd_mkdb quotaon repquota routed rmt rwhod sendmail \
	sliplogin sysctl syslogd tcpdump traceroute trpt vidcontrol \
	vipw ypbind yppoll ypset

#
# XNSrouted and trsp are of very marginal utility to anyone at this
# point.  Users who actually have a use for these programs (unlikely)
# are free to add them back in.
#
# SUBDIR+=XNSrouted trsp

.if   make(clean) || make(cleandir)
SUBDIR+=bad144 config config.new eeprom iostat swapinfo timed 
.elif ${MACHINE} == "hp300"
SUBDIR+=config iostat timed 
.elif ${MACHINE} == "i386"
SUBDIR+=bad144 config swapinfo timed
# iostat
.elif ${MACHINE} == "luna68k"
SUBDIR+=config iostat timed 
.elif ${MACHINE} == "mips"
SUBDIR+=config iostat timed 
.elif ${MACHINE} == "sparc"
SUBDIR+=config.new eeprom timed 
.elif ${MACHINE} == "tahoe"
SUBDIR+=config iostat timed 
.elif ${MACHINE} == "vax"
SUBDIR+=bad144 config iostat timed 
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud