freebsd_amp_hwpstate/usr.sbin/Makefile

44 lines
1.5 KiB
Makefile
Raw Normal View History

# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1995-07-12 18:43:38 +00:00
# $Id: Makefile,v 1.65 1995/06/14 15:55:07 wollman Exp $
1994-05-26 05:23:31 +00:00
1994-09-26 22:20:19 +00:00
# XXX MISSING: mkproto
# XXX MISSING SOURCES: quot
1995-02-27 19:21:16 +00:00
SUBDIR= ac accton adduser amd arp bootparamd chown chroot cron crunch ctm \
dev_mkdb diskpart edquota inetd kernbb kgmon kvm_mkdb lpr lsdev \
manctl mrouted mtree named nslookup pcvt pkg_install pkg_manage \
portmap ppp pppd pppstats pstat pwd_mkdb quotaon rarpd repquota \
routed rmt rwhod sa sendmail sliplogin slstat sysctl syslogd \
tcpdump timed traceroute trpt tzsetup vipw vnconfig watch xntpd \
xten ypbind yppoll ypset zic
1994-05-26 05:23:31 +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)
SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \
1995-07-12 18:43:38 +00:00
fdcontrol iostat kbdcontrol kbdmap lptcontrol mixer ncrcontrol \
rtprio sgsc spkrtest vidcontrol
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "hp300"
1995-05-30 03:57:47 +00:00
SUBDIR+=config iostat
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "i386"
1995-01-19 16:29:30 +00:00
SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \
1995-07-12 18:43:38 +00:00
kbdcontrol kbdmap lptcontrol mixer ncrcontrol rtprio sgsc spkrtest \
vidcontrol
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "luna68k"
1995-05-30 03:57:47 +00:00
SUBDIR+=config iostat
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "mips"
1995-05-30 03:57:47 +00:00
SUBDIR+=config iostat
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "sparc"
1995-05-30 03:57:47 +00:00
SUBDIR+=config.new eeprom
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "tahoe"
1995-05-30 03:57:47 +00:00
SUBDIR+=config iostat
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "vax"
1995-05-30 03:57:47 +00:00
SUBDIR+=bad144 config iostat
1994-05-26 05:23:31 +00:00
.endif
.include <bsd.subdir.mk>