summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-07-19 12:20:10 +0000
committergrehan <grehan@FreeBSD.org>2004-07-19 12:20:10 +0000
commitfa510b071e1d4a19d230f6ce31d4dd67bc4ef6a4 (patch)
tree581186b44e77e8139f100ac3be17ea4b1ad1cc7c /lib/Makefile
parent2de38b801576c3775d06946808b940e8bb4ebd14 (diff)
downloadFreeBSD-src-fa510b071e1d4a19d230f6ce31d4dd67bc4ef6a4.zip
FreeBSD-src-fa510b071e1d4a19d230f6ce31d4dd67bc4ef6a4.tar.gz
Enable libpthread build for powerpc
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud