aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Moeller <freqlabs@FreeBSD.org>2021-02-25 19:16:09 +0000
committerRyan Moeller <freqlabs@FreeBSD.org>2021-02-25 19:16:09 +0000
commit2ae79aa362e7a2ee72657b39be64f1390158aaf6 (patch)
tree6924cb2fc7cc0af9b6dc13ce8a1b739533b3ba86
parentb7109c3cfd28559dbb280d640c47ceba192108cc (diff)
downloadsrc-2ae79aa362e7a2ee72657b39be64f1390158aaf6.tar.gz
src-2ae79aa362e7a2ee72657b39be64f1390158aaf6.zip
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
-rw-r--r--cddl/share/zfs/compatibility.d/Makefile21
1 files changed, 21 insertions, 0 deletions
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>