mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 03:11:52 +01:00
abcdc1b9ae
Notable upstream pull request merges: #15243b53077a9e
Add zfs_prepare_disk script for disk firmware install #152982e2a46e0a
Invoke zdb by guid to avoid import errors #15301e5d70f467
ZIL: Avoid dbuf_read() in ztest_get_data() Obtained from: OpenZFS OpenZFS commit:2e2a46e0a5
11 lines
126 B
Makefile
11 lines
126 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR.${MK_ZFS}+= \
|
|
zfs_prepare_disk \
|
|
zpool_influxdb
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|