Deleted Added
full compact
Makefile (265037) Makefile (283853)
1# $FreeBSD: stable/10/cddl/sbin/Makefile 265037 2014-04-28 04:20:14Z jmmv $
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
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
16.include <bsd.subdir.mk>
18.include <bsd.subdir.mk>