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 \