1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5SUBDIR= ${_tests} ${_zfs} ${_zpool} 6 7.if ${MK_TESTS} != "no" 8_tests= tests 9.endif 10 11.if ${MK_ZFS} != "no" 12_zfs= zfs 13_zpool= zpool 14.endif 15 16SUBDIR_PARALLEL= 17 18.include <bsd.subdir.mk> 19