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