summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-28 06:44:34 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-28 06:44:34 +0000
commit9bd5ea713c5e200c10ce5da7678fc6aff98a722f (patch)
tree7f804cac38f94d613a1adec41a34306af86d7a43 /usr.sbin
parentd8d0dd2a5afde0604780d641e0c7cb33bc00edb2 (diff)
downloadFreeBSD-src-9bd5ea713c5e200c10ce5da7678fc6aff98a722f.zip
FreeBSD-src-9bd5ea713c5e200c10ce5da7678fc6aff98a722f.tar.gz
Comment out missing/broken sources.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile28
1 files changed, 16 insertions, 12 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 8467608..48faf90 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,26 +1,30 @@
# @(#)Makefile 5.20 (Berkeley) 6/12/93
-SUBDIR= ac accton amd arp chown chroot cron dev_mkdb diskpart edquota \
- inetd kgmon kvm_mkdb lpr mkproto mtree portmap pstat pwd_mkdb \
- quot quotaon repquota rmt rwhod sa sendmail sliplogin sysctl \
- syslogd traceroute trpt trsp update vipw
+# XXX MISSING: cron mkproto sa
+# XXX MISSING SOURCES: ac quot
+# XXX TEMP. BROKEN: iostat
+SUBDIR= XNSrouted accton amd arp chown chroot dev_mkdb diskpart \
+ edquota inetd kgmon kvm_mkdb lpr mtree portmap pstat \
+ pwd_mkdb quotaon repquota routed rmt rwhod sendmail \
+ sliplogin sysctl syslogd traceroute trpt trsp vipw
.if make(clean) || make(cleandir)
-SUBDIR+=bad144 config config.new eeprom iostat timed
+SUBDIR+=bad144 config config.new eeprom iostat timed update
.elif ${MACHINE} == "hp300"
-SUBDIR+=config iostat timed
+SUBDIR+=config iostat timed update
.elif ${MACHINE} == "i386"
-SUBDIR+=bad144 config iostat
+SUBDIR+=bad144 config timed
+# iostat
.elif ${MACHINE} == "luna68k"
-SUBDIR+=config iostat timed
+SUBDIR+=config iostat timed update
.elif ${MACHINE} == "mips"
-SUBDIR+=config iostat timed
+SUBDIR+=config iostat timed update
.elif ${MACHINE} == "sparc"
-SUBDIR+=config.new eeprom timed
+SUBDIR+=config.new eeprom timed update
.elif ${MACHINE} == "tahoe"
-SUBDIR+=config iostat timed
+SUBDIR+=config iostat timed update
.elif ${MACHINE} == "vax"
-SUBDIR+=bad144 config iostat timed
+SUBDIR+=bad144 config iostat timed update
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud