summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-10 00:48:33 +0000
committerobrien <obrien@FreeBSD.org>2002-05-10 00:48:33 +0000
commit5ff5d4c519865a0e44f4e5cd55cb1c0108b0e185 (patch)
tree5169394f406a5de0ee263a5a8efc8473f13d8a51 /usr.sbin/Makefile
parentc252e6dc8373162a4d11d87ca5daedc03b5b97ad (diff)
downloadFreeBSD-src-5ff5d4c519865a0e44f4e5cd55cb1c0108b0e185.zip
FreeBSD-src-5ff5d4c519865a0e44f4e5cd55cb1c0108b0e185.tar.gz
Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 070446f..5bb02e7 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -130,6 +130,9 @@ SUBDIR+=ipftest \
iptest
.endif
+.if ${CXX:T} == "c++"
+NOLIBC_R= yes
+.endif
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=pppctl
.endif
OpenPOWER on IntegriCloud