The branch main has been updated by obrien: URL: https://cgit.FreeBSD.org/src/commit/?id=88a53301e198b043e9b046b1c824eae5a24064f9
commit 88a53301e198b043e9b046b1c824eae5a24064f9 Author: David E. O'Brien <[email protected]> AuthorDate: 2025-10-29 00:26:00 +0000 Commit: David E. O'Brien <[email protected]> CommitDate: 2025-10-29 00:26:00 +0000 padlock.4: only install on i386 --- share/man/man4/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index ee0ce03dd038..fe744776d9b3 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -892,7 +892,6 @@ _ntb_hw_intel.4= ntb_hw_intel.4 _ntb_hw_plx.4= ntb_hw_plx.4 _ntb_transport.4=ntb_transport.4 _nvram.4= nvram.4 -_padlock.4= padlock.4 _pchtherm.4= pchtherm.4 _qat.4= qat.4 _qat_c2xxx.4= qat_c2xxx.4 @@ -939,6 +938,10 @@ _vmm.4= vmm.4 .endif .endif +.if ${MACHINE_CPUARCH} == "i386" +_padlock.4= padlock.4 +.endif + .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64" _hwt.4= hwt.4 .if ${MACHINE_CPUARCH} == "amd64"
