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