Enable libpthread build for powerpc

This commit is contained in:
grehan 2004-07-19 12:20:10 +00:00
parent 2de38b8015
commit fa510b071e

View File

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