1994-05-26 07:23:31 +02:00
|
|
|
# @(#)Makefile 5.20 (Berkeley) 6/12/93
|
|
|
|
|
1994-09-26 23:20:19 +01:00
|
|
|
# XXX MISSING: 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-10-02 04:42:40 +01:00
|
|
|
SUBDIR= ac accton amd arp chown chroot cron crunch dbsym dev_mkdb \
|
1994-10-24 23:22:44 +01:00
|
|
|
diskpart edquota inetd kbdcontrol kgmon kvm_mkdb lpr lsdev manctl \
|
1994-11-12 23:24:17 +01:00
|
|
|
mtree mrouted named nslookup pkg_install portmap pppd pppstats \
|
|
|
|
pstat pwd_mkdb quotaon repquota routed rmt rwhod sa \
|
1994-11-12 20:15:01 +01:00
|
|
|
sendmail sliplogin slstat sysctl syslogd tcpdump timed traceroute \
|
|
|
|
trpt tzsetup vipw xntpd xten 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-10-31 22:51:25 +01:00
|
|
|
SUBDIR+=apm apmconf bad144 config config.new fdformat fdwrite fdcontrol \
|
1994-10-15 00:55:50 +01:00
|
|
|
iostat kbdcontrol lptcontrol ncrcontrol rtprio swapinfo vidcontrol
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "hp300"
|
1994-10-02 04:42:40 +01:00
|
|
|
SUBDIR+=config iostat
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "i386"
|
1994-11-12 17:05:43 +01:00
|
|
|
SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol \
|
|
|
|
kbdcontrol lptcontrol ncrcontrol rtprio spkrtest swapinfo vidcontrol
|
1994-05-28 08:44:34 +02:00
|
|
|
# iostat
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "luna68k"
|
1994-10-02 04:42:40 +01:00
|
|
|
SUBDIR+=config iostat
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "mips"
|
1994-10-02 04:42:40 +01:00
|
|
|
SUBDIR+=config iostat
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "sparc"
|
1994-10-02 04:42:40 +01:00
|
|
|
SUBDIR+=config.new eeprom
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "tahoe"
|
1994-10-02 04:42:40 +01:00
|
|
|
SUBDIR+=config iostat
|
1994-05-26 07:23:31 +02:00
|
|
|
.elif ${MACHINE} == "vax"
|
1994-10-02 04:42:40 +01:00
|
|
|
SUBDIR+=bad144 config iostat
|
1994-05-26 07:23:31 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|