diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2025-10-05 21:21:51 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2025-10-05 21:24:39 +0000 |
| commit | 4dc4a512e0659c9155db7412d2821bef409b48af (patch) | |
| tree | 5e9f655abbb598c45dd5efd4588456a93d798ad6 | |
| parent | b1de02c415de5df2d24d8021827634fc095b7a26 (diff) | |
zfs: install missing openzfs-2.4 files in /usr/share/zfs/compatibility.d
MFC after: 3 days
| -rw-r--r-- | cddl/share/zfs/compatibility.d/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cddl/share/zfs/compatibility.d/Makefile b/cddl/share/zfs/compatibility.d/Makefile index 6cdb64b0fccb..6d3663081ae6 100644 --- a/cddl/share/zfs/compatibility.d/Makefile +++ b/cddl/share/zfs/compatibility.d/Makefile @@ -24,6 +24,7 @@ FILES= \ openzfs-2.1-linux \ openzfs-2.2 \ openzfs-2.3 \ + openzfs-2.4 \ zol-0.6.1 \ zol-0.6.4 \ zol-0.6.5 \ @@ -60,7 +61,9 @@ LINKS= \ ${FILESDIR}/openzfs-2.2 ${FILESDIR}/openzfs-2.2-linux \ ${FILESDIR}/openzfs-2.2 ${FILESDIR}/openzfs-2.2-freebsd \ ${FILESDIR}/openzfs-2.3 ${FILESDIR}/openzfs-2.3-linux \ - ${FILESDIR}/openzfs-2.3 ${FILESDIR}/openzfs-2.3-freebsd + ${FILESDIR}/openzfs-2.3 ${FILESDIR}/openzfs-2.3-freebsd \ + ${FILESDIR}/openzfs-2.4 ${FILESDIR}/openzfs-2.4-linux \ + ${FILESDIR}/openzfs-2.4 ${FILESDIR}/openzfs-2.4-freebsd LINKMODE= ${NOBINMODE} |
