summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-24 19:23:05 +0000
committerpeter <peter@FreeBSD.org>2003-05-24 19:23:05 +0000
commit86c9a79b3bd7cb961c9e00f3ea9f7cb5973164db (patch)
tree0b5469b6eea70dc441dae9636a88e90fe3e47889 /usr.sbin
parentc6147f8f4360bcc44c79563888f4790d735f13ca (diff)
downloadFreeBSD-src-86c9a79b3bd7cb961c9e00f3ea9f7cb5973164db.zip
FreeBSD-src-86c9a79b3bd7cb961c9e00f3ea9f7cb5973164db.tar.gz
no libc_r on amd64 yet -> no pppctl.
Approved by: re (safe amd64 changes)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 38f02b3..6c7a681 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
OpenPOWER on IntegriCloud