Moving forward, there's no reason to exclude libpthread on sparc64.

This commit is contained in:
Marcel Moolenaar 2004-02-20 03:42:34 +00:00
parent 224f069870
commit 6b582d5433
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126032

View File

@ -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