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