1994-05-26 05:23:31 +00:00
|
|
|
# @(#)Makefile 5.20 (Berkeley) 6/12/93
|
|
|
|
|
1994-09-26 21:45:01 +00:00
|
|
|
# XXX MISSING: cron mkproto
|
1994-09-26 21:56:38 +00:00
|
|
|
# XXX MISSING SOURCES: quot
|
1994-09-04 03:32:45 +00:00
|
|
|
# XXX TEMP. BROKEN: iostat
|
1994-09-26 21:56:38 +00:00
|
|
|
SUBDIR= ac accton amd arp bootpd bootpef bootpgw bootptest chown chroot \
|
1994-09-18 07:48:40 +00:00
|
|
|
cron crunch dbsym dev_mkdb diskpart edquota fdformat fdwrite \
|
|
|
|
inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \
|
1994-09-13 07:39:59 +00:00
|
|
|
manctl mtree mrouted pkg_install portmap pstat \
|
1994-09-26 21:45:01 +00:00
|
|
|
pwd_mkdb quotaon repquota routed rmt rtprio rwhod sa sendmail \
|
1994-09-13 23:03:19 +00:00
|
|
|
sliplogin sysctl syslogd tcpdump traceroute trpt tzsetup vidcontrol \
|
1994-09-13 03:52:20 +00:00
|
|
|
vipw xntpd ypbind yppoll ypset zic
|
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>
|