summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-02-27 19:41:40 +0000
committerpjd <pjd@FreeBSD.org>2011-02-27 19:41:40 +0000
commit1b03c5bf41222b723415638f03e00ed12cac076a (patch)
treeef515cadc08bf427e4d3f1360199ec9827b1596b /cddl/usr.bin/Makefile
parentc67d387baf03726323703774b1b320235fb1f24b (diff)
downloadFreeBSD-src-1b03c5bf41222b723415638f03e00ed12cac076a.zip
FreeBSD-src-1b03c5bf41222b723415638f03e00ed12cac076a.tar.gz
Finally... Import the latest open-source ZFS version - (SPA) 28.
Few new things available from now on: - Data deduplication. - Triple parity RAIDZ (RAIDZ3). - zfs diff. - zpool split. - Snapshot holds. - zpool import -F. Allows to rewind corrupted pool to earlier transaction group. - Possibility to import pool in read-only mode. MFC after: 1 month
Diffstat (limited to 'cddl/usr.bin/Makefile')
-rw-r--r--cddl/usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
index c6b1341..13d3a86 100644
--- a/cddl/usr.bin/Makefile
+++ b/cddl/usr.bin/Makefile
@@ -8,12 +8,16 @@ SUBDIR= \
ctfmerge \
sgsmsg \
${_zinject} \
+ ${_zlook} \
+ ${_zstreamdump} \
${_ztest}
.if ${MK_ZFS} != "no"
_zinject= zinject
+#_zlook= zlook
.if ${MK_LIBTHR} != "no"
_ztest= ztest
+_zstreamdump = zstreamdump
.endif
.endif
OpenPOWER on IntegriCloud