summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-09 21:06:41 +0000
committerpeter <peter@FreeBSD.org>2003-05-09 21:06:41 +0000
commitf31a9f552a0783f3a8fbaf57e00d360dd3a8f5b4 (patch)
tree503336c4f16bf563fbd22c2c6659da52c305e7a2
parentc4e628afb84fa52b1f360852b3d3d59baf020b48 (diff)
downloadFreeBSD-src-f31a9f552a0783f3a8fbaf57e00d360dd3a8f5b4.zip
FreeBSD-src-f31a9f552a0783f3a8fbaf57e00d360dd3a8f5b4.tar.gz
Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64.
-rw-r--r--usr.sbin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 163813a..354a289 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -74,8 +74,6 @@ SUBDIR= IPXrouted \
pciconf \
periodic \
pkg_install \
- ppp \
- pppd \
pppstats \
procctl \
pstat \
@@ -134,6 +132,11 @@ SUBDIR= IPXrouted \
ypset \
zic
+.if ${MACHINE_ARCH} != "amd64"
+SUBDIR+=ppp \
+ pppd
+.endif
+
.if !defined(NO_IPFILTER)
SUBDIR+=ipftest \
ipresend \
OpenPOWER on IntegriCloud