summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 8b86a4c..52a1aec 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -9,7 +9,7 @@ MAN= acct.5 \
bluetooth.device.conf.5 \
bluetooth.hosts.5 \
bluetooth.protocols.5 \
- boot.config.5 \
+ ${_boot.config.5} \
core.5 \
devfs.5 \
devfs.conf.5 \
@@ -81,4 +81,8 @@ MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
MAN+= hesiod.conf.5
.endif
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
+_boot.config.5= boot.config.5
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud