freebsd-dev/usr.sbin/Makefile

40 lines
1.2 KiB
Makefile
Raw Normal View History

1994-05-26 05:23:31 +00:00
# @(#)Makefile 5.20 (Berkeley) 6/12/93
1994-05-28 06:44:34 +00:00
# XXX MISSING: cron mkproto sa
# XXX MISSING SOURCES: ac quot
# XXX TEMP. BROKEN: iostat
SUBDIR= accton amd arp chown chroot cron crunch dbsym dev_mkdb diskpart \
edquota inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \
1994-09-08 02:53:07 +00:00
manctl mtree mrouted portmap pstat \
pwd_mkdb quotaon repquota routed rmt rtprio rwhod sendmail \
sliplogin sysctl syslogd tcpdump traceroute trpt vidcontrol \
vipw xntpd ypbind yppoll ypset
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+=bad144 config config.new eeprom iostat swapinfo timed
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "hp300"
SUBDIR+=config iostat timed
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "i386"
SUBDIR+=bad144 config swapinfo timed
1994-05-28 06:44:34 +00:00
# iostat
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "luna68k"
SUBDIR+=config iostat timed
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "mips"
SUBDIR+=config iostat timed
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "sparc"
SUBDIR+=config.new eeprom timed
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "tahoe"
SUBDIR+=config iostat timed
1994-05-26 05:23:31 +00:00
.elif ${MACHINE} == "vax"
SUBDIR+=bad144 config iostat timed
1994-05-26 05:23:31 +00:00
.endif
.include <bsd.subdir.mk>