]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/sbin/Makefile
Merge branch 'releng/11.1' into releng-CDN/11.1
[FreeBSD/FreeBSD.git] / cddl / sbin / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.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>