diff options
author | grehan <grehan@FreeBSD.org> | 2004-07-19 12:20:10 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2004-07-19 12:20:10 +0000 |
commit | fa510b071e1d4a19d230f6ce31d4dd67bc4ef6a4 (patch) | |
tree | 581186b44e77e8139f100ac3be17ea4b1ad1cc7c /lib/Makefile | |
parent | 2de38b801576c3775d06946808b940e8bb4ebd14 (diff) | |
download | FreeBSD-src-fa510b071e1d4a19d230f6ce31d4dd67bc4ef6a4.zip FreeBSD-src-fa510b071e1d4a19d230f6ce31d4dd67bc4ef6a4.tar.gz |
Enable libpthread build for powerpc
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
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 |