From bb86bbb99d2dcdea03e34fe60f13507c0217d887 Mon Sep 17 00:00:00 2001 From: Daniel Gerzo Date: Wed, 15 Aug 2007 06:41:08 +0000 Subject: [PATCH] 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 --- share/man/man5/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 8b86a4c640b8..52a1aecb2209 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