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
This commit is contained in:
Daniel Gerzo 2007-08-15 06:41:08 +00:00
parent 78e68ad4aa
commit bb86bbb99d

View File

@ -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>