From bd16ce64faeba86942ef80fbe23f038071d30b4e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 9 May 2003 21:06:41 +0000 Subject: [PATCH] Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64. --- usr.sbin/Makefile | 7 +++++-- 1 file 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 \