summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-04-02 01:40:12 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-04-02 01:40:12 +0000
commitbeebb880beef72a7110def452aa1ff040da717ff (patch)
tree543ff6734366a3a53a12863080360b6e1290537b /lib/Makefile
parent6c73121667c2f76c921bfb304e36d513d1e7857f (diff)
downloadFreeBSD-src-beebb880beef72a7110def452aa1ff040da717ff.zip
FreeBSD-src-beebb880beef72a7110def452aa1ff040da717ff.tar.gz
Connect libthr and libthread_db to make buildworld.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 22c261a..76f4f70 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -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)
OpenPOWER on IntegriCloud