mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
The man page of ofwdump(8) is installed as usr/share/man/man8/ofwdump.8.gz
again on powerpc and sparc64. Un-obsolete it for these two so that we don't remove it right after installing it.
This commit is contained in:
parent
f50597f5f1
commit
3861dd1e8c
1 changed files with 2 additions and 0 deletions
|
|
@ -3947,7 +3947,9 @@ OLD_FILES+=usr/share/man/man5/usbd.conf.5.gz
|
|||
.if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"
|
||||
OLD_FILES+=usr/share/man/man8/boot_i386.8.gz
|
||||
.endif
|
||||
.if ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "sparc64"
|
||||
OLD_FILES+=usr/share/man/man8/ofwdump.8.gz
|
||||
.endif
|
||||
OLD_FILES+=usr/share/man/man8/mount_reiserfs.8.gz
|
||||
OLD_FILES+=usr/share/man/man9/VFS_START.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/cpu_critical_exit.9.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue