summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-15 03:19:25 +0000
committerwollman <wollman@FreeBSD.org>1994-08-15 03:19:25 +0000
commit3929e12fe325472644c863ca1a1c334a68472ec0 (patch)
tree5a81433cca77f5fbf1dae7b888c0178494b35fea /usr.sbin/Makefile
parentd1747d99343973bfb8d64254147b2e1b0ac5ab63 (diff)
downloadFreeBSD-src-3929e12fe325472644c863ca1a1c334a68472ec0.zip
FreeBSD-src-3929e12fe325472644c863ca1a1c334a68472ec0.tar.gz
Don't bother with XNSrouted and trsp, nobody uses either. If anybody
decides they want to, they can change the Makefile.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index bd12ed4..137be76 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -3,12 +3,19 @@
# XXX MISSING: cron mkproto sa
# XXX MISSING SOURCES: ac quot
# XXX TEMP. BROKEN: iostat
-SUBDIR= XNSrouted accton amd arp chown chroot dev_mkdb diskpart \
+SUBDIR= 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 \
+ sliplogin sysctl syslogd traceroute trpt vipw \
ypbind yppoll ypset
+#
+# 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
+
.if make(clean) || make(cleandir)
SUBDIR+=bad144 config config.new eeprom iostat timed
.elif ${MACHINE} == "hp300"
OpenPOWER on IntegriCloud