mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
Notable upstream pull request merges: #15243b53077a9eAdd zfs_prepare_disk script for disk firmware install #152982e2a46e0aInvoke zdb by guid to avoid import errors #15301e5d70f467ZIL: Avoid dbuf_read() in ztest_get_data() Obtained from: OpenZFS OpenZFS commit:2e2a46e0a5
10 lines
126 B
Makefile
10 lines
126 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR.${MK_ZFS}+= \
|
|
zfs_prepare_disk \
|
|
zpool_influxdb
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|