Makefile revision 265037
1# $FreeBSD: stable/10/cddl/sbin/Makefile 265037 2014-04-28 04:20:14Z jmmv $
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
16.include <bsd.subdir.mk>
17