summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 38f02b318f1d..6c7a68130e2f 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -144,7 +144,7 @@ SUBDIR+=ipftest \
iptest
.endif
-.if !defined(NOLIBC_R)
+.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "amd64"
SUBDIR+=pppctl
.endif