From fa510b071e1d4a19d230f6ce31d4dd67bc4ef6a4 Mon Sep 17 00:00:00 2001 From: grehan Date: Mon, 19 Jul 2004 12:20:10 +0000 Subject: Enable libpthread build for powerpc --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index b7509a1..c605e86 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -93,7 +93,7 @@ _libncp= libncp _libsmb= libsmb .endif -.if ${MACHINE_ARCH} != "powerpc" && !defined(NOLIBPTHREAD) +.if !defined(NOLIBPTHREAD) _libpthread= libpthread .endif -- cgit v1.1