summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/usr.bin/Makefile')
-rw-r--r--cddl/usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
index 2ca99cb..0ec5310 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_LIBPTHREAD} != "no"
+.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no")
_ztest= ztest
.endif
.endif
OpenPOWER on IntegriCloud