diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -107,8 +107,8 @@ pf.os.5 .endif -.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" +# This makes more sense for amd64 and i386 but +# we decide to install all manpages in all architectures _boot.config.5= boot.config.5 -.endif .include diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -35,10 +35,10 @@ yp.8 YP.8 .endif -.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" +# This makes more sense for aarch 64 and amd64 +# we decide to install all manpages in all architectures _uefi.8= uefi.8 MLINKS+=uefi.8 efi.8 -.endif .include diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -2398,7 +2398,8 @@ zone.9 uma_zone_set_warning.9 \ zone.9 uma_zsecond_create.9 -.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" +# This makes more sense for amd64 and i386 but +# we decide to install all manpages in all architectures _superio.9= superio.9 MLINKS+=superio.9 superio_devid.9 \ superio.9 superio_dev_disable.9 \ @@ -2415,6 +2416,5 @@ superio.9 superio_revid.9 \ superio.9 superio_vendor.9 \ superio.9 superio_write.9 -.endif .include