summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordanger <danger@FreeBSD.org>2007-08-15 06:41:08 +0000
committerdanger <danger@FreeBSD.org>2007-08-15 06:41:08 +0000
commita33a12f72a17ac67ef4864fd03cfdaf346a22f9e (patch)
tree2a1dc5caa74b4d2241d059b8e7ff6d707a8ec74a /share
parent9493abcf87b8560a602772df6627aedd2fa8ed0b (diff)
downloadFreeBSD-src-a33a12f72a17ac67ef4864fd03cfdaf346a22f9e.zip
FreeBSD-src-a33a12f72a17ac67ef4864fd03cfdaf346a22f9e.tar.gz
The /boot.config file is available only on i386 and amd64, so install
boot.config.5 only those architectures. Approved by: re@ (bmah) Reported by: simon
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