From 0f0375e36afcaac1c92436bbe24263b7e74a3331 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 29 Mar 2008 17:44:40 +0000 Subject: 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. --- cddl/lib/Makefile | 2 +- cddl/usr.bin/Makefile | 2 +- cddl/usr.sbin/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cddl') diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile index 522dda7..33e2887 100644 --- a/cddl/lib/Makefile +++ b/cddl/lib/Makefile @@ -11,7 +11,7 @@ SUBDIR= libavl \ .if ${MK_ZFS} != "no" _libzfs= libzfs -.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" +.if ${MK_LIBTHR} != "no" _libzpool= libzpool .endif .endif diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile index 439a2c9..b1fcb8e 100644 --- a/cddl/usr.bin/Makefile +++ b/cddl/usr.bin/Makefile @@ -5,7 +5,7 @@ SUBDIR= ${_ztest} .if ${MK_ZFS} != "no" -.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" +.if ${MK_LIBTHR} != "no" _ztest= ztest .endif .endif diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile index 913e2ae..5d1cea3 100644 --- a/cddl/usr.sbin/Makefile +++ b/cddl/usr.sbin/Makefile @@ -5,7 +5,7 @@ SUBDIR= ${_zdb} .if ${MK_ZFS} != "no" -.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" +.if ${MK_LIBTHR} != "no" _zdb= zdb .endif .endif -- cgit v1.1