aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2004-03-02 06:26:37 +0000
committerPeter Grehan <grehan@FreeBSD.org>2004-03-02 06:26:37 +0000
commit9c3078173af42f1cfa68495202fae23db33b2ed6 (patch)
tree0596b306629ec2427545739480ec03c174617369
parenta95a647dcc37103b2d5b22d4300b7d29c3022369 (diff)
Notes
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 06463dc35bd97..97174cc5fc291 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