From 2d80eecc97d70ccb45a10cb1497e8fa3ee84504a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 31 May 2002 19:59:12 +0000 Subject: [PATCH] We don't build libc_r on sparc64 for the moment. --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 969c0abac2a..ed0e384526b 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -131,7 +131,7 @@ SUBDIR+=ipftest \ iptest .endif -.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" +.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" SUBDIR+=pppctl .endif