]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r168463,
[FreeBSD/FreeBSD.git] / cddl / sbin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR=
6 .if ${MK_ZFS} != "no"
7 SUBDIR+=zfs
8 SUBDIR+=zpool
9 .endif
10
11 .include <bsd.subdir.mk>