]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/sbin/Makefile
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / cddl / sbin / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= ${_zfs} ${_zpool}
6
7 SUBDIR.${MK_TESTS}+= tests
8
9 .if ${MK_ZFS} != "no"
10 _zfs=   zfs
11 _zpool= zpool
12 .endif
13
14 SUBDIR_PARALLEL=
15
16 .include <bsd.subdir.mk>