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