mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
3b7917d766
implementing some of them using existing ones. - Allow to compile ZFS on all archs and use atomic operations surrounded by global mutex on archs we don't have or can't have all atomic operations needed by ZFS.
12 lines
118 B
Makefile
12 lines
118 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= ${_zdb}
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
_zdb= zdb
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|