build libthr on amd64.

This commit is contained in:
David Xu 2004-08-19 23:51:42 +00:00
parent 9027ac471c
commit aea0abf3e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134052

View File

@ -97,8 +97,7 @@ _libsmb= libsmb
_libpthread= libpthread
.endif
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "arm" && \
!defined(NOLIBTHR)
.if ${MACHINE_ARCH} != "arm" && !defined(NOLIBTHR)
_libthr= libthr
.endif