summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-04-12 19:52:34 +0000
committerru <ru@FreeBSD.org>2006-04-12 19:52:34 +0000
commitf6f87616ef92c3113d732cd9a7b256998db959a8 (patch)
tree9928f258046626967353f421bf8160f9ba49cc38 /usr.bin
parent6f911199b89f6612e33245e714025380f50b264d (diff)
downloadFreeBSD-src-f6f87616ef92c3113d732cd9a7b256998db959a8.zip
FreeBSD-src-f6f87616ef92c3113d732cd9a7b256998db959a8.tar.gz
libc_r is no longer provided, and on alpha and sparc64, libthr
is (sym)linked to libpthread. Account for this change and check for MK_LIBTHR instead of MK_LIBC_R where appropriate.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 651e897..1a38ebb 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -263,7 +263,7 @@ _calendar= calendar
_chkey= chkey
_newkey= newkey
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
-.if ${MK_LIBC_R} != "no"
+.if ${MK_LIBTHR} != "no"
_csup= csup
.endif
.elif ${MK_LIBPTHREAD} != "no"
OpenPOWER on IntegriCloud