aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
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 /lib/Makefile
parenta95a647dcc37103b2d5b22d4300b7d29c3022369 (diff)
Notes
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 06463dc35bd9..97174cc5fc29 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