1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5SUBDIR.${MK_DTRACE}+= \ 6 ctfconvert \ 7 ctfdump \ 8 ctfmerge 9 10SUBDIR.${MK_TESTS}+= tests 11 12SUBDIR.${MK_ZFS}+= \ 13 zinject \ 14 ztest \ 15 zstream 16 17SUBDIR_PARALLEL= 18 19.include <bsd.subdir.mk> 20