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:
parent
9493abcf87
commit
a33a12f72a
@ -9,7 +9,7 @@ MAN= acct.5 \
|
|||||||
bluetooth.device.conf.5 \
|
bluetooth.device.conf.5 \
|
||||||
bluetooth.hosts.5 \
|
bluetooth.hosts.5 \
|
||||||
bluetooth.protocols.5 \
|
bluetooth.protocols.5 \
|
||||||
boot.config.5 \
|
${_boot.config.5} \
|
||||||
core.5 \
|
core.5 \
|
||||||
devfs.5 \
|
devfs.5 \
|
||||||
devfs.conf.5 \
|
devfs.conf.5 \
|
||||||
@ -81,4 +81,8 @@ MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
|
|||||||
MAN+= hesiod.conf.5
|
MAN+= hesiod.conf.5
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
|
||||||
|
_boot.config.5= boot.config.5
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user