summaryrefslogtreecommitdiffstats
path: root/cddl/usr.sbin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-10-09 13:42:34 +0000
committerobrien <obrien@FreeBSD.org>2007-10-09 13:42:34 +0000
commiteb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98 (patch)
treec47a609d11ee2b49fc8234ffe6ee4e508318db84 /cddl/usr.sbin
parent8e21b1f738e3a7d52ec50aa5730787013a76a4d5 (diff)
downloadFreeBSD-src-eb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98.zip
FreeBSD-src-eb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98.tar.gz
Repo copy libpthreads to libkse.
This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
Diffstat (limited to 'cddl/usr.sbin')
-rw-r--r--cddl/usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index f8b81fc..5caee34 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_LIBPTHREAD} != "no"
+.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no")
_zdb= zdb
.endif
.endif
OpenPOWER on IntegriCloud