1168404Spjd# $FreeBSD: releng/10.2/cddl/sbin/Makefile 283853 2015-05-31 23:00:35Z ngie $
2168404Spjd
3168404Spjd.include <bsd.own.mk>
4168404Spjd
5265037SjmmvSUBDIR=	${_tests} ${_zfs} ${_zpool}
6168792Sru
7265037Sjmmv.if ${MK_TESTS} != "no"
8265037Sjmmv_tests=	tests
9265037Sjmmv.endif
10265037Sjmmv
11168404Spjd.if ${MK_ZFS} != "no"
12168792Sru_zfs=	zfs
13168792Sru_zpool=	zpool
14168404Spjd.endif
15168404Spjd
16283853SngieSUBDIR_PARALLEL=
17283853Sngie
18168404Spjd.include <bsd.subdir.mk>
19