freebsd_amp_hwpstate/usr.sbin/Makefile

48 lines
1.6 KiB
Makefile
Raw Normal View History

# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1996-02-09 12:35:25 +00:00
# $Id: Makefile,v 1.81 1996/02/05 00:05:04 ache Exp $
1994-05-26 05:23:31 +00:00
1994-09-26 22:20:19 +00:00
# XXX MISSING: mkproto
SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \
cron crunch ctm dev_mkdb diskpart edquota inetd kernbb \
kgmon kvm_mkdb lpr lsdev manctl mkdosfs mrouted mtree named \
1996-02-09 12:35:25 +00:00
newsyslog nslookup pcvt pkg_install portmap ppp pppd \
pppstats pstat pwd_mkdb quot quotaon rarpd repquota rmt \
1996-01-05 09:53:49 +00:00
rndcontrol routed rwhod sa sendmail sliplogin slstat spray sup sysctl \
syslogd tcpdump timed traceroute trpt tzsetup vipw vnconfig \
watch wormcontrol xntpd xten ypbind yppoll yppush ypset ypserv 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
#
# IPXrouted is part of the optional IPX support, but it doesn't take long
# to build and is _far_ more likely to be used than XNSrouted. :-)
#
SUBDIR+=IPXrouted
1994-05-26 05:23:31 +00:00
.if make(clean) || make(cleandir)
SUBDIR+=apm apmconf bad144 config fdformat fdwrite \
1995-07-12 18:43:38 +00:00
fdcontrol iostat kbdcontrol kbdmap lptcontrol mixer ncrcontrol \
1996-02-04 10:11:35 +00:00
qcamcontrol rtprio sgsc sicontrol 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"
SUBDIR+=apm apmconf bad144 config fdformat fdwrite fdcontrol iostat \
1996-02-04 10:11:35 +00:00
kbdcontrol kbdmap lptcontrol mixer ncrcontrol qcamcontrol \
rtprio sgsc sicontrol 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"
SUBDIR+=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
.endif
.include <bsd.subdir.mk>