From beebb880beef72a7110def452aa1ff040da717ff Mon Sep 17 00:00:00 2001 From: davidxu Date: Sat, 2 Apr 2005 01:40:12 +0000 Subject: Connect libthr and libthread_db to make buildworld. --- lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Makefile') 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) -- cgit v1.1