]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/share/Makefile
Merge llvm-project 13.0.0 release
[FreeBSD/FreeBSD.git] / cddl / share / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= ${_zfs}
6
7 .if ${MK_ZFS} != "no"
8 _zfs=   zfs
9 .endif
10
11 SUBDIR_PARALLEL=
12
13 .include <bsd.subdir.mk>