aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-03-29 17:44:40 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-03-29 17:44:40 +0000
commitdbdb679c6ffb9b289cb4489246d0a30635657e00 (patch)
treea9255b449721add318912098896f27a2409d0fd0 /usr.bin
parente0fbffe617f6eac9d5ea41561d3b658696a8e298 (diff)
downloadsrc-dbdb679c6ffb9b289cb4489246d0a30635657e00.tar.gz
src-dbdb679c6ffb9b289cb4489246d0a30635657e00.zip
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.
Notes
Notes: svn path=/head/; revision=177714
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 170e5800b25a..e43d055db867 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -263,7 +263,7 @@ _calendar= calendar
.if ${MK_OPENSSL} != "no"
_chkey= chkey
_newkey= newkey
-.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
+.if ${MK_LIBTHR} != "no"
_csup= csup
.endif
.endif