summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-23 22:21:34 +0000
committerjb <jb@FreeBSD.org>1998-03-23 22:21:34 +0000
commitfc17422716085798304a839f7ea7107713c57946 (patch)
tree795b79a2ffcc9e6cad1100a6f8c3cb739a8f79d0
parentf8f0502209c6db9eb07abcf887d3314ad78ea166 (diff)
downloadFreeBSD-src-fc17422716085798304a839f7ea7107713c57946.zip
FreeBSD-src-fc17422716085798304a839f7ea7107713c57946.tar.gz
A few things won't compile on alpha, so make them i386 specific for
the time being.
-rw-r--r--usr.sbin/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index a4b4063..fb259ff 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,10 +1,10 @@
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
-# $Id: Makefile,v 1.116 1998/03/13 19:43:12 jb Exp $
+# $Id: Makefile,v 1.117 1998/03/21 13:52:49 peter Exp $
# XXX MISSING: mkproto
SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot ckdist \
- cron crunch ctm dev_mkdb diskpart edquota inetd kernbb keyadmin \
- keyserv kgmon lpr manctl mkdosfs mrouted mtest mtree \
+ cron ctm dev_mkdb diskpart edquota inetd kernbb keyadmin \
+ keyserv lpr manctl mkdosfs mrouted mtest mtree \
named named.reload named.restart ndc newsyslog nslookup \
pccard pciconf periodic pkg_install portmap \
ppp pppctl pppd pppstats procctl pw pwd_mkdb quot quotaon rarpd \
@@ -14,12 +14,11 @@ SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot ckdist \
vnconfig watch wormcontrol xntpd xten ypbind yp_mkdb \
yppoll yppush ypset ypserv zic
-SUBDIR+=IPXrouted
-
SUBDIR+=ipfstat ipftest ipmon ipnat ipresend ipsend iptest
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=kvm_mkdb natd pcvt pnpinfo pstat rndcontrol wlconfig
+SUBDIR+=crunch kgmon kvm_mkdb natd pcvt pnpinfo pstat rndcontrol \
+ wlconfig IPXrouted
SUBDIR+=apm apmconf bad144 config fdformat fdwrite fdcontrol iostat \
kbdcontrol kbdmap lptcontrol mixer moused mptable ncrcontrol \
OpenPOWER on IntegriCloud