Enable libpthread build for powerpc

This commit is contained in:
Peter Grehan 2004-07-19 12:20:10 +00:00
parent 0f47890401
commit 98707ef546

View file

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