mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Don't remove boot_i386.8 on amd64.
This commit is contained in:
parent
b69208217f
commit
9382f00b46
1 changed files with 1 additions and 1 deletions
|
|
@ -3424,7 +3424,7 @@ OLD_FILES+=usr/share/man/man3/fputrune.3.gz
|
|||
OLD_FILES+=usr/share/man/man3/fgetrune.3.gz
|
||||
OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
|
||||
OLD_FILES+=usr/share/man/man5/usbd.conf.5.gz
|
||||
.if ${TARGET_ARCH} != "i386"
|
||||
.if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"
|
||||
OLD_FILES+=usr/share/man/man8/boot_i386.8.gz
|
||||
.endif
|
||||
OLD_FILES+=usr/share/man/man8/ofwdump.8.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue