From 9db57e5cdf59da94793312f43398dee6cf9c2e64 Mon Sep 17 00:00:00 2001 From: tmm Date: Sun, 5 Jan 2003 22:38:58 +0000 Subject: [PATCH] Build pppctl on sparc64, now that we have libc_r. --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 1f0214bd2c32..5bb2eb839bc9 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -135,7 +135,7 @@ SUBDIR+=ipftest \ iptest .endif -.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" +.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" SUBDIR+=pppctl .endif