]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/sbin/Makefile
MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.
[FreeBSD/stable/10.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 .include <bsd.subdir.mk>