From 5ff5d4c519865a0e44f4e5cd55cb1c0108b0e185 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 10 May 2002 00:48:33 +0000 Subject: [PATCH] Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r. --- usr.sbin/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 070446f3d2d8..5bb02e7bf537 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