The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=8b399d613f5420bb7e57be94806e156e4c1579fb
commit 8b399d613f5420bb7e57be94806e156e4c1579fb Author: Li-Wen Hsu <lw...@freebsd.org> AuthorDate: 2025-06-14 13:40:55 +0000 Commit: Li-Wen Hsu <lw...@freebsd.org> CommitDate: 2025-06-14 13:40:55 +0000 linuxkpi.4, linuxkpi_wlan.4: build and install on all architectures Reported by: bz Fixes: 1563b306d19d linuxkpi.4, linuxkpi_wlan.4: connect to build Sponsored by: The FreeBSD Foundation --- share/man/man4/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a12493de4280..16faf4bf5de4 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -290,8 +290,8 @@ MAN= aac.4 \ linprocfs.4 \ linsysfs.4 \ ${_linux.4} \ - ${_linuxkpi.4} \ - ${_linuxkpi_wlan.4} \ + linuxkpi.4 \ + linuxkpi_wlan.4 \ liquidio.4 \ lm75.4 \ lo.4 \ @@ -931,8 +931,6 @@ _gve.4= gve.4 _if_vmx.4= if_vmx.4 _ipmi.4= ipmi.4 _linux.4= linux.4 -_linuxkpi.4= linuxkpi.4 -_linuxkpi_wlan.4= linuxkpi_wlan.4 _ossl.4= ossl.4 _pvscsi.4= pvscsi.4 _vmx.4= vmx.4