diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2025-10-29 00:26:00 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2025-10-29 00:26:00 +0000 |
| commit | 88a53301e198b043e9b046b1c824eae5a24064f9 (patch) | |
| tree | c782c7dc368e9efd43dbb92c0c372ba348cc239c | |
| parent | a38a42ed9a9754553212058177093f24a7f48d09 (diff) | |
padlock.4: only install on i386
| -rw-r--r-- | share/man/man4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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" |
