summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-02-20 03:42:34 +0000
committermarcel <marcel@FreeBSD.org>2004-02-20 03:42:34 +0000
commit0cd09e871801870673939336dc721e674047f03c (patch)
tree8ec8c494a82ef852659ff18b6e5e0a1e802697e2 /lib
parentfd20be1aef6d1bfe307fdad37a1ff4dee3ed08c8 (diff)
downloadFreeBSD-src-0cd09e871801870673939336dc721e674047f03c.zip
FreeBSD-src-0cd09e871801870673939336dc721e674047f03c.tar.gz
Moving forward, there's no reason to exclude libpthread on sparc64.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 26588ae..06463dc 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -90,7 +90,7 @@ _libncp= libncp
_libsmb= libsmb
.endif
-.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "sparc64"
+.if ${MACHINE_ARCH} != "powerpc"
.if !defined(NOLIBPTHREAD)
_libpthread= libpthread
.endif
OpenPOWER on IntegriCloud