From 89c53cc1fe2804e3cfa4de581be9b7a83dfe0e83 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 19 Jul 2008 18:21:52 +0000 Subject: Remove sade(8) on the following platforms: o arm, mips & powerpc: libdisk is non-functional. o ia64: libdisk is insufficient. --- ObsoleteFiles.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ObsoleteFiles.inc') 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 -- cgit v1.1