1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5SUBDIR= \ 6 ctfconvert \ 7 ctfdump \ 8 ctfmerge \ 9 ${_zinject} \ 10 ${_zstream} \ 11 ${_zstreamdump} \ 12 ${_ztest} 13 14SUBDIR.${MK_TESTS}+= tests 15 16.if ${MK_ZFS} != "no" 17_zinject= zinject 18_ztest= ztest 19_zstream = zstream 20_zstreamdump = zstreamdump 21.endif 22 23SUBDIR_PARALLEL= 24 25.include <bsd.subdir.mk> 26