]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - cddl/sbin/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / cddl / sbin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= ${_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 SUBDIR_PARALLEL=
17
18 .include <bsd.subdir.mk>