HardenedBSD/usr.sbin/Makefile

43 lines
1.4 KiB
Makefile
Raw Normal View History

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
# XXX MISSING SOURCES: quot
# XXX TEMP. BROKEN: iostat
1995-02-27 20:21:16 +01:00
SUBDIR= ac accton adduser amd arp bootparamd chown chroot cron crunch ctm \
dev_mkdb diskpart edquota inetd kgmon kvm_mkdb lpr lsdev manctl \
mtree mrouted named nslookup pkg_install pkg_manage portmap ppp pppd \
1995-03-02 07:44:30 +01:00
pppstats pstat pwd_mkdb quotaon rarpd repquota routed rmt rwhod sa \
1994-11-12 20:15:01 +01:00
sendmail sliplogin slstat sysctl syslogd tcpdump timed traceroute \
1995-02-23 01:26:49 +01:00
trpt tzsetup vipw vnconfig watch xntpd xten ypbind yppoll ypset zic
1994-05-26 07:23:31 +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)
SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \
fdcontrol iostat kbdcontrol lptcontrol ncrcontrol rtprio \
sgsc spkrtest swapinfo vidcontrol
1994-05-26 07:23:31 +02:00
.elif ${MACHINE} == "hp300"
SUBDIR+=config iostat
1994-05-26 07:23:31 +02:00
.elif ${MACHINE} == "i386"
1995-01-19 17:29:30 +01:00
SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \
1995-02-22 02:37:47 +01:00
kbdcontrol lptcontrol mixer ncrcontrol rtprio sgsc spkrtest swapinfo \
vidcontrol
1994-05-26 07:23:31 +02:00
.elif ${MACHINE} == "luna68k"
SUBDIR+=config iostat
1994-05-26 07:23:31 +02:00
.elif ${MACHINE} == "mips"
SUBDIR+=config iostat
1994-05-26 07:23:31 +02:00
.elif ${MACHINE} == "sparc"
SUBDIR+=config.new eeprom
1994-05-26 07:23:31 +02:00
.elif ${MACHINE} == "tahoe"
SUBDIR+=config iostat
1994-05-26 07:23:31 +02:00
.elif ${MACHINE} == "vax"
SUBDIR+=bad144 config iostat
1994-05-26 07:23:31 +02:00
.endif
.include <bsd.subdir.mk>