git: 62174eaf4605 - main - Install ipmi man page also on arm64
Ed Maste
emaste at FreeBSD.org
Wed Aug 4 19:05:24 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=62174eaf460544c7645172cdde2c9204dcfd7321
commit 62174eaf460544c7645172cdde2c9204dcfd7321
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-05-29 20:49:20 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-08-04 19:04:24 +0000
Install ipmi man page also on arm64
Fixes: 40d0971bbe5d ("arm64: enable build of the ipmi module")
Sponsored by: The FreeBSD Foundation
---
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 71a0d37631c5..7177ca1c0b36 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -817,7 +817,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
_nda.4= nda.4
@@ -887,6 +886,7 @@ _nvme.4= nvme.4
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \
${MACHINE_CPUARCH} == "aarch64"
+_ipmi.4= ipmi.4
_linux.4= linux.4
_ossl.4= ossl.4
.endif
More information about the dev-commits-src-main
mailing list