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