1994-05-26 07:23:31 +02:00
|
|
|
# @(#)Makefile 5.20 (Berkeley) 6/12/93
|
|
|
|
|
1994-09-26 22:45:01 +01:00
|
|
|
# XXX MISSING: cron mkproto
|
1994-09-26 22:56:38 +01:00
|
|
|
# XXX MISSING SOURCES: quot
|
1994-09-04 05:32:45 +02:00
|
|
|
# XXX TEMP. BROKEN: iostat
|
1994-09-26 22:56:38 +01:00
|
|
|
SUBDIR= ac accton amd arp bootpd bootpef bootpgw bootptest chown chroot \
|
1994-09-18 09:48:40 +02:00
|
|
|
cron crunch dbsym dev_mkdb diskpart edquota fdformat fdwrite \
|
|
|
|
inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \
|
1994-09-13 09:39:59 +02:00
|
|
|
manctl mtree mrouted pkg_install portmap pstat \
|
1994-09-26 22:45:01 +01:00
|
|
|
pwd_mkdb quotaon repquota routed rmt rtprio rwhod sa sendmail \
|
1994-09-14 01:03:19 +02:00
|
|
|
sliplogin sysctl syslogd tcpdump traceroute trpt tzsetup vidcontrol \
|
1994-09-13 05:52:20 +02:00
|
|
|
vipw xntpd ypbind yppoll ypset zic
|
1994-05-26 07:23:31 +02:00
|
|
|
|
1994-08-15 05:19:25 +02: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 07:23:31 +02:00
|
|
|
.if make(clean) || make(cleandir)
|
1994-08-28 19:12:24 +02:00
|
|
|
SUBDIR+=bad144 config config.new eeprom iostat swapinfo timed
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "hp300"
|
1994-08-05 18:31:05 +02:00
|
|
|
SUBDIR+=config iostat timed
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "i386"
|
1994-08-28 19:12:24 +02:00
|
|
|
SUBDIR+=bad144 config swapinfo timed
|
1994-05-28 08:44:34 +02:00
|
|
|
# iostat
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "luna68k"
|
1994-08-05 18:31:05 +02:00
|
|
|
SUBDIR+=config iostat timed
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "mips"
|
1994-08-05 18:31:05 +02:00
|
|
|
SUBDIR+=config iostat timed
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "sparc"
|
1994-08-05 18:31:05 +02:00
|
|
|
SUBDIR+=config.new eeprom timed
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "tahoe"
|
1994-08-05 18:31:05 +02:00
|
|
|
SUBDIR+=config iostat timed
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "vax"
|
1994-08-05 18:31:05 +02:00
|
|
|
SUBDIR+=bad144 config iostat timed
|
1994-05-26 07:23:31 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|