diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-10-15 14:34:34 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-10-15 14:34:34 +0000 |
commit | 27659e5aa689e80a32d089f84ed2637bb3ce140d (patch) | |
tree | f8aae310935cc9d18f1e89b5d54de8a80f03619e /ObsoleteFiles.inc | |
parent | 14375cfe0483dbaa81b0c610f8f7de3ec2e65dba (diff) | |
download | FreeBSD-src-27659e5aa689e80a32d089f84ed2637bb3ce140d.zip FreeBSD-src-27659e5aa689e80a32d089f84ed2637bb3ce140d.tar.gz |
Prevent the ofwdump manpage from being deleted by make delete-old on
PowerPC.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 37f24e9..9d60d54 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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 |