aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-05-09 21:06:41 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-05-09 21:06:41 +0000
commitbd16ce64faeba86942ef80fbe23f038071d30b4e (patch)
tree503336c4f16bf563fbd22c2c6659da52c305e7a2 /usr.sbin/Makefile
parent8970f1a474753c218a2d6ce866f399e9b00b7c69 (diff)
downloadsrc-bd16ce64faeba86942ef80fbe23f038071d30b4e.tar.gz
src-bd16ce64faeba86942ef80fbe23f038071d30b4e.zip
Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64.
Notes
Notes: svn path=/head/; revision=114863
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 163813a6dc40..354a2899301b 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 \