summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-10-09 23:31:11 +0000
committerobrien <obrien@FreeBSD.org>2007-10-09 23:31:11 +0000
commita1598920aa3588377d6110e88ea72d957c11f95e (patch)
treeb7ca891b36f892551fbd2415b0541698736bf095 /cddl
parentafb9b9ad446f13c595ddabec23d957cdef03e657 (diff)
downloadFreeBSD-src-a1598920aa3588377d6110e88ea72d957c11f95e.zip
FreeBSD-src-a1598920aa3588377d6110e88ea72d957c11f95e.tar.gz
Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental
treatment of 'LIBKSE' as an "old style" knob. Submitted by: ru Approved by: re(kensmith)
Diffstat (limited to 'cddl')
-rw-r--r--cddl/lib/Makefile2
-rw-r--r--cddl/usr.bin/Makefile2
-rw-r--r--cddl/usr.sbin/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile
index f517dfe..522dda7 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" || ${MK_LIBPTHREAD} != "no"
+.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
_libzpool= libzpool
.endif
.endif
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
index 0ec5310..439a2c9 100644
--- a/cddl/usr.bin/Makefile
+++ b/cddl/usr.bin/Makefile
@@ -5,7 +5,7 @@
SUBDIR= ${_ztest}
.if ${MK_ZFS} != "no"
-.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no")
+.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
_ztest= ztest
.endif
.endif
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index 5caee34..913e2ae 100644
--- a/cddl/usr.sbin/Makefile
+++ b/cddl/usr.sbin/Makefile
@@ -5,7 +5,7 @@
SUBDIR= ${_zdb}
.if ${MK_ZFS} != "no"
-.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no")
+.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
_zdb= zdb
.endif
.endif
OpenPOWER on IntegriCloud