aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-04-14 16:32:56 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-04-14 16:32:56 +0000
commitb1ab802ce4908b6af93e3a3b4328377003735357 (patch)
tree4fb16fd841146816d0529b32b0054a61e64a7941
parentadec9669ff1679f1220352800c0dfdcc7963802c (diff)
downloadsrc-b1ab802ce4908b6af93e3a3b4328377003735357.tar.gz
src-b1ab802ce4908b6af93e3a3b4328377003735357.zip
ossl(4): Install the man page also for arm64
In 22bd0c9731d7 ossl(4) was ported to arm64. The manual page was adapted, but never installed since the ossl(4) manual page was i386 / amd64 only. Reviewed by: mhorne MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D29762
-rw-r--r--share/man/man4/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 026b1c0faf31..f7626c80eeb1 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -833,7 +833,6 @@ _ntb_transport.4=ntb_transport.4
_nvd.4= nvd.4
_nvme.4= nvme.4
_nvram.4= nvram.4
-_ossl.4= ossl.4
_padlock.4= padlock.4
_pchtherm.4= pchtherm.4
_qat.4= qat.4
@@ -887,6 +886,11 @@ _nvd.4= nvd.4
_nvme.4= nvme.4
.endif
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \
+ ${MACHINE_CPUARCH} == "aarch64"
+_ossl.4= ossl.4
+.endif
+
.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "aarch64" || \
${MACHINE_CPUARCH} == "riscv"
_cgem.4= cgem.4