summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-02-06 19:03:14 +0000
committermarcel <marcel@FreeBSD.org>2008-02-06 19:03:14 +0000
commit4f805c301803b9c6c5fd5c21e05e5251589f8985 (patch)
tree0196f67c7f65ec348473276ef546d0dae038f5ae /ObsoleteFiles.inc
parenta51f95cd584214924698f798cb5ee8fb1a8cb476 (diff)
downloadFreeBSD-src-4f805c301803b9c6c5fd5c21e05e5251589f8985.zip
FreeBSD-src-4f805c301803b9c6c5fd5c21e05e5251589f8985.tar.gz
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.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 716a47e..b27a910 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -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
OpenPOWER on IntegriCloud