Index: head/cddl/usr.bin/Makefile =================================================================== --- head/cddl/usr.bin/Makefile (revision 365056) +++ head/cddl/usr.bin/Makefile (revision 365057) @@ -1,26 +1,27 @@ # $FreeBSD$ .include SUBDIR= \ ctfconvert \ ctfdump \ ctfmerge \ ${_zinject} \ ${_zstream} \ ${_zstreamdump} \ ${_ztest} SUBDIR.${MK_TESTS}+= tests .if ${MK_ZFS} != "no" _zinject= zinject .if ${MK_LIBTHR} != "no" _ztest= ztest _zstream = zstream +_zstreamdump = zstreamdump .endif .endif SUBDIR_PARALLEL= .include