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