1 2.include <src.opts.mk> 3 4SUBDIR.${MK_TESTS}+= tests 5 6SUBDIR.${MK_ZFS}+= \ 7 zfs \ 8 zpool 9 10SUBDIR_PARALLEL= 11 12.include <bsd.subdir.mk> 13