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.if ${MK_LIBTHR} != "no" 19_ztest= ztest 20_zstream = zstream 21.endif 22.endif 23 24SUBDIR_PARALLEL= 25 26.include <bsd.subdir.mk> 27