Connect libthr and libthread_db to make buildworld.

This commit is contained in:
David Xu 2005-04-02 01:40:12 +00:00
parent e65421ba6f
commit 1014842397
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144520

View File

@ -96,12 +96,12 @@ _libsmb= libsmb
_libpthread= libpthread
.endif
.if ${MACHINE_ARCH} != "arm" && !defined(NO_LIBTHR)
_libthr=
.if !defined(NO_LIBTHR)
_libthr= libthr
.endif
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc"
_libthread_db=
_libthread_db= libthread_db
.endif
.if !defined(NO_USB)