xref: /trueos/cddl/sbin/Makefile (revision 5868f7205430cd67aa3b655419d3f15f83b70119)
1# $FreeBSD$
2
3.include <bsd.own.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