man: Install more man pages unconditionally

Add more manual pages which were not spotted previously in 0a0f748641

Ideally to be MFH'ed with:

8539518055 - Remove manpages from OLD_FILES
8b487b8292 - Fix bsd.subdir.mk-related issues after 0a0f748641
f6043a6721 - ObsoleteFiles.inc: Remove manpages from OLD_FILES
0a0f748641 - man: Build manpages for all architectures

There is at least one pending issue when building with -DNO_ROOT.

Reported by:    ceri@
MFH:    4 weeks
Discussed with: wosch
Differential Revision: https://reviews.freebsd.org/D31018
This commit is contained in:
Fernando Apesteguía 2021-08-06 18:33:31 +02:00
parent 362fef2f4a
commit e6379a2c95
3 changed files with 6 additions and 6 deletions

View File

@ -107,8 +107,8 @@ MAN+= pf.conf.5 \
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 <bsd.prog.mk>

View File

@ -35,10 +35,10 @@ MLINKS+=yp.8 NIS.8 \
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 <bsd.prog.mk>

View File

@ -2398,7 +2398,8 @@ MLINKS+=zone.9 uma.9 \
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 @@ MLINKS+=superio.9 superio_devid.9 \
superio.9 superio_revid.9 \
superio.9 superio_vendor.9 \
superio.9 superio_write.9
.endif
.include <bsd.prog.mk>