Makefile revision 283853
1# $FreeBSD: stable/10/cddl/sbin/Makefile 283853 2015-05-31 23:00:35Z ngie $
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