1994-05-26 05:23:31 +00:00
|
|
|
# @(#)Makefile 5.20 (Berkeley) 6/12/93
|
|
|
|
|
1994-05-28 06:44:34 +00:00
|
|
|
# XXX MISSING: cron mkproto sa
|
|
|
|
# XXX MISSING SOURCES: ac quot
|
1994-08-30 10:06:53 +00:00
|
|
|
# XXX TEMP. BROKEN: iostat xntpd
|
1994-08-28 06:19:10 +00:00
|
|
|
SUBDIR= accton amd arp chown chroot cron dbsym dev_mkdb diskpart \
|
1994-09-03 22:47:08 +00:00
|
|
|
edquota inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \
|
|
|
|
mtree portmap pstat \
|
1994-09-01 12:05:14 +00:00
|
|
|
pwd_mkdb quotaon repquota routed rmt rtprio rwhod sendmail \
|
1994-08-30 10:06:53 +00:00
|
|
|
sliplogin sysctl syslogd tcpdump traceroute trpt vidcontrol \
|
1994-08-26 05:55:13 +00:00
|
|
|
vipw ypbind yppoll ypset
|
1994-05-26 05:23:31 +00:00
|
|
|
|
1994-08-15 03:19:25 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
1994-05-26 05:23:31 +00:00
|
|
|
.if make(clean) || make(cleandir)
|
1994-08-28 17:12:24 +00:00
|
|
|
SUBDIR+=bad144 config config.new eeprom iostat swapinfo timed
|
1994-05-26 05:23:31 +00:00
|
|
|
.elif ${MACHINE} == "hp300"
|
1994-08-05 16:31:05 +00:00
|
|
|
SUBDIR+=config iostat timed
|
1994-05-26 05:23:31 +00:00
|
|
|
.elif ${MACHINE} == "i386"
|
1994-08-28 17:12:24 +00:00
|
|
|
SUBDIR+=bad144 config swapinfo timed
|
1994-05-28 06:44:34 +00:00
|
|
|
# iostat
|
1994-05-26 05:23:31 +00:00
|
|
|
.elif ${MACHINE} == "luna68k"
|
1994-08-05 16:31:05 +00:00
|
|
|
SUBDIR+=config iostat timed
|
1994-05-26 05:23:31 +00:00
|
|
|
.elif ${MACHINE} == "mips"
|
1994-08-05 16:31:05 +00:00
|
|
|
SUBDIR+=config iostat timed
|
1994-05-26 05:23:31 +00:00
|
|
|
.elif ${MACHINE} == "sparc"
|
1994-08-05 16:31:05 +00:00
|
|
|
SUBDIR+=config.new eeprom timed
|
1994-05-26 05:23:31 +00:00
|
|
|
.elif ${MACHINE} == "tahoe"
|
1994-08-05 16:31:05 +00:00
|
|
|
SUBDIR+=config iostat timed
|
1994-05-26 05:23:31 +00:00
|
|
|
.elif ${MACHINE} == "vax"
|
1994-08-05 16:31:05 +00:00
|
|
|
SUBDIR+=bad144 config iostat timed
|
1994-05-26 05:23:31 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|