Enable libpthread build for powerpc

This commit is contained in:
Peter Grehan 2004-07-19 12:20:10 +00:00
parent 0f47890401
commit 98707ef546
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132401

View File

@ -93,7 +93,7 @@ _libncp= libncp
_libsmb= libsmb
.endif
.if ${MACHINE_ARCH} != "powerpc" && !defined(NOLIBPTHREAD)
.if !defined(NOLIBPTHREAD)
_libpthread= libpthread
.endif