Since it builds and seems to work OK, add libpthread to the amd64 build.

This commit is contained in:
Daniel Eischen 2003-08-08 21:16:06 +00:00
parent a4f9e93c39
commit de1b32cd37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118675

View File

@ -82,6 +82,9 @@ _compat= compat
.if ${MACHINE_ARCH} == "amd64"
_libncp= libncp
_libsmb= libsmb
.if !defined(NOLIBPTHREAD)
_libpthread= libpthread
.endif
.endif
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"