Prevent the ofwdump manpage from being deleted by make delete-old on
PowerPC.
This commit is contained in:
parent
37d696a38e
commit
d1457e3703
@ -4971,7 +4971,7 @@ 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"
|
||||
.if ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powerpc64" && ${TARGET_ARCH} != "sparc64"
|
||||
OLD_FILES+=usr/share/man/man8/ofwdump.8.gz
|
||||
.endif
|
||||
OLD_FILES+=usr/share/man/man8/mount_reiserfs.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user