diff --git a/lib/Makefile b/lib/Makefile index 06463dc35bd..97174cc5fc2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -96,7 +96,7 @@ _libpthread= libpthread .endif .endif -.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" +.if ${MACHINE_ARCH} != "amd64" .if !defined(NOLIBTHR) _libthr= libthr .endif