Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166293098
D31018.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D31018.diff
View Options
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 <bsd.prog.mk>
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 <bsd.prog.mk>
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 <bsd.prog.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 13, 5:22 PM (2 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36670297
Default Alt Text
D31018.diff (1 KB)
Attached To
Mode
D31018: man: Install more man pages unconditionally
Attached
Detach File
Event Timeline
Log In to Comment