summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
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 /usr.sbin/Makefile
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 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 36094cf..dbbdc9b 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -270,7 +270,7 @@ _ypset= ypset
_authpf= authpf
.endif
-.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
+.if ${MK_LIBTHR} != "no"
_pppctl= pppctl
.endif
@@ -279,7 +279,7 @@ _lpr= lpr
.endif
.if ${MK_NS_CACHING} != "no"
-.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
+.if ${MK_LIBTHR} != "no"
_nscd= nscd
.endif
.endif
OpenPOWER on IntegriCloud