The branch main has been updated by freqlabs:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=2ae79aa362e7a2ee72657b39be64f1390158aaf6

commit 2ae79aa362e7a2ee72657b39be64f1390158aaf6
Author:     Ryan Moeller <freql...@freebsd.org>
AuthorDate: 2021-02-25 19:16:09 +0000
Commit:     Ryan Moeller <freql...@freebsd.org>
CommitDate: 2021-02-25 19:16:09 +0000

    Install links for zpool feature compat aliases
    
    The alias links were missed when this feature was introduced to the
    FreeBSD build system in 10f57cb98fd61b2669640a84aa73ad118601f281.
    
    Reviewed by:    mm
    MFC after:      1 week
    Sponsored by:   iXsystems, Inc.
    Differential Revision:  https://reviews.freebsd.org/D28925
---
 cddl/share/zfs/compatibility.d/Makefile | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/cddl/share/zfs/compatibility.d/Makefile 
b/cddl/share/zfs/compatibility.d/Makefile
index 6531430ef050..8bc18bcd6391 100644
--- a/cddl/share/zfs/compatibility.d/Makefile
+++ b/cddl/share/zfs/compatibility.d/Makefile
@@ -25,4 +25,25 @@ FILES= \
 
 FILESDIR= ${SHAREDIR}/zfs/compatibility.d
 
+LINKS= \
+       ${FILESDIR}/compat-2018         ${FILESDIR}/2018 \
+       ${FILESDIR}/compat-2019         ${FILESDIR}/2019 \
+       ${FILESDIR}/compat-2020         ${FILESDIR}/2020 \
+       ${FILESDIR}/compat-2021         ${FILESDIR}/2021 \
+       ${FILESDIR}/freebsd-11.0        ${FILESDIR}/freebsd-11.1 \
+       ${FILESDIR}/freebsd-11.0        ${FILESDIR}/freenas-11.0 \
+       ${FILESDIR}/freebsd-11.2        ${FILESDIR}/freenas-11.2 \
+       ${FILESDIR}/freebsd-11.3        ${FILESDIR}/freebsd-11.4 \
+       ${FILESDIR}/freebsd-11.3        ${FILESDIR}/freebsd-12.0 \
+       ${FILESDIR}/freebsd-11.3        ${FILESDIR}/freebsd-12.1 \
+       ${FILESDIR}/freebsd-11.3        ${FILESDIR}/freebsd-12.2 \
+       ${FILESDIR}/freebsd-11.3        ${FILESDIR}/freenas-11.3 \
+       ${FILESDIR}/freenas-11.0        ${FILESDIR}/freenas-11.1 \
+       ${FILESDIR}/openzfsonosx-1.9.3  ${FILESDIR}/openzfsonosx-1.9.4 \
+       ${FILESDIR}/openzfs-2.0-freebsd ${FILESDIR}/truenas-12.0 \
+       ${FILESDIR}/zol-0.7             ${FILESDIR}/ubuntu-18.04 \
+       ${FILESDIR}/zol-0.8             ${FILESDIR}/ubuntu-20.04
+
+LINKMODE= ${NOBINMODE}
+
 .include <bsd.prog.mk>
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to