summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-07-19 18:21:52 +0000
committermarcel <marcel@FreeBSD.org>2008-07-19 18:21:52 +0000
commit89c53cc1fe2804e3cfa4de581be9b7a83dfe0e83 (patch)
tree8d567834805b8bc40557572b93c417af852a3b06 /ObsoleteFiles.inc
parent2df3fcd0c620fabe5836f49d8c04f9822a535ae6 (diff)
downloadFreeBSD-src-89c53cc1fe2804e3cfa4de581be9b7a83dfe0e83.zip
FreeBSD-src-89c53cc1fe2804e3cfa4de581be9b7a83dfe0e83.tar.gz
Remove sade(8) on the following platforms:
o arm, mips & powerpc: libdisk is non-functional. o ia64: libdisk is insufficient.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 0c09151..3585a87 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,12 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20080719: sade(8) removed on all but amd64, i386 and sparc64
+.if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386" && \
+ ${TARGET_ARCH} != "sparc64"
+OLD_FILES+=usr/sbin/sade
+OLD_FILES+=usr/share/man/man8/sade.8.gz
+.endif
# 20080706: bsdlabel(8) removed on powerpc
.if ${TARGET_ARCH} == "powerpc"
OLD_FILES+=sbin/bsdlabel
OpenPOWER on IntegriCloud