git: 47abe5ef33b9 - stable/13 - Install ipmi man page also on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 19:17:26 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=47abe5ef33b91b93f0cfe9183371c5a8927de13a
commit 47abe5ef33b91b93f0cfe9183371c5a8927de13a
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-05-29 20:49:20 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-02-12 19:15:55 +0000
Install ipmi man page also on arm64
Fixes: 40d0971bbe5d ("arm64: enable build of the ipmi module")
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 62174eaf460544c7645172cdde2c9204dcfd7321)
---
share/man/man4/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 7bc3900a6172..c6f7b36a5d15 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -833,7 +833,6 @@ _if_vmx.4= if_vmx.4
_if_wpi.4= if_wpi.4
_igc.4= igc.4
_imcsmb.4= imcsmb.4
-_ipmi.4= ipmi.4
_io.4= io.4
_itwd.4= itwd.4
_linux.4= linux.4
@@ -906,6 +905,7 @@ _nvme.4= nvme.4
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \
${MACHINE_CPUARCH} == "aarch64"
+_ipmi.4= ipmi.4
_ossl.4= ossl.4
.endif