summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-03-29 17:44:40 +0000
committerru <ru@FreeBSD.org>2008-03-29 17:44:40 +0000
commit0f0375e36afcaac1c92436bbe24263b7e74a3331 (patch)
treea9255b449721add318912098896f27a2409d0fd0 /share
parent5b21e055a61b2f8539ccb8df474ef68ad76e0860 (diff)
downloadFreeBSD-src-0f0375e36afcaac1c92436bbe24263b7e74a3331.zip
FreeBSD-src-0f0375e36afcaac1c92436bbe24263b7e74a3331.tar.gz
Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer
build libkse. This should fix WITHOUT_LIBTHR builds as a side effect.
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/Makefile2
-rw-r--r--share/mk/bsd.own.mk6
2 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index a4de495..b673945 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -148,7 +148,7 @@ MLINKS+= tree.3 RB_EMPTY.3 \
tree.3 SPLAY_RIGHT.3 \
tree.3 SPLAY_ROOT.3
-.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
+.if ${MK_LIBTHR} != "no"
PTHREAD_MAN= pthread.3 \
pthread_atfork.3 \
pthread_attr.3 \
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 2517cb8..0c944b1 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -162,8 +162,6 @@ NLSOWN?= ${SHAREOWN}
NLSGRP?= ${SHAREGRP}
NLSMODE?= ${NOBINMODE}
-DEFAULT_THREAD_LIB?= libthr
-
INCLUDEDIR?= /usr/include
# Common variables
@@ -328,7 +326,6 @@ WITH_IDEA=
KVM \
LIB32 \
LIBPTHREAD \
- LIBKSE \
LIBTHR \
LOCALES \
LPR \
@@ -399,11 +396,10 @@ MK_${var}:= no
# Order is somewhat important.
#
.if ${MK_LIBPTHREAD} == "no"
-MK_LIBKSE:= no
MK_LIBTHR:= no
.endif
-.if ${MK_LIBKSE} == "no" && ${MK_LIBTHR} == "no"
+.if ${MK_LIBTHR} == "no"
MK_BIND:= no
.endif
OpenPOWER on IntegriCloud