aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-05-24 19:23:05 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-05-24 19:23:05 +0000
commit14682d7e53089e1e66c0e88c131a3bee2ca48bff (patch)
tree0b5469b6eea70dc441dae9636a88e90fe3e47889 /usr.sbin/Makefile
parent2f98a50b7656caa7ffb8dfc49982d28612342d8c (diff)
downloadsrc-14682d7e53089e1e66c0e88c131a3bee2ca48bff.tar.gz
src-14682d7e53089e1e66c0e88c131a3bee2ca48bff.zip
no libc_r on amd64 yet -> no pppctl.
Approved by: re (safe amd64 changes)
Notes
Notes: svn path=/head/; revision=115286
Diffstat (limited to 'usr.sbin/Makefile')
-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