From f245c87f99dbb36ecc02d9260723c55468e94f00 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 13 Aug 2003 00:13:37 +0000 Subject: Imply NOLIBC_R for PowerPC. --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/Makefile') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 991f954..c3c6376 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -142,7 +142,7 @@ SUBDIR+=ipftest \ iptest .endif -.if !defined(NOLIBC_R) +.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "powerpc" SUBDIR+=pppctl .endif -- cgit v1.1