mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
b9c2c366db
Notable upstream pull request merges: #139763ad882658
Avoid calling rw_destroy() on uninitialized rwlock #1524311574a793
Add zfs_prepare_disk script for disk firmware install #15331e1bc32f71
Report ashift of L2ARC devices in zdb #1567512a031a3f
spa: make read/write queues configurable #15719b4481996b
spa: Fix FreeBSD sysctl handlers #157198e5298f0a
spa: Let spa_taskq_param_get()'s addition of a newline be optional #15769dfece78a4
Add 'zpool status -e' flag to see unhealthy vdevs #15847d1ee3d611
LUA: Backport CVE-2020-24370's patch Obtained from: OpenZFS OpenZFS commit:fb6d532066
OpenZFS tag: zfs-2.1.15
14 lines
218 B
Makefile
14 lines
218 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= ${_zfs_prepare_disk} \
|
|
${_zpool_influxdb}
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
_zpool_influxdb= zpool_influxdb
|
|
_zfs_prepare_disk= zfs_prepare_disk
|
|
.endif
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|