aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2008-07-04 04:39:45 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2008-07-04 04:39:45 +0000
commit9eda082d52e7dd1217b61a54c99c6b8b21e13f05 (patch)
tree2db1ea3e6d002cd9d28f841de91969a60a4d4a1b /ObsoleteFiles.inc
parent773c9287f51d5121e0597b08fc3e87159f67370b (diff)
downloadsrc-9eda082d52e7dd1217b61a54c99c6b8b21e13f05.tar.gz
src-9eda082d52e7dd1217b61a54c99c6b8b21e13f05.zip
sunlabel(8) is specific to sparc64. Remove from other platforms.
use gpart(8) on all platforms.
Notes
Notes: svn path=/head/; revision=180248
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 1ba0004c9a46..8def4eaec742 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,11 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20080703: sunlabel only for sparc64
+.if ${TARGET_ARCH} != "sparc64"
+OLD_FILES+=sbin/sunlabel
+OLD_FILES+=usr/share/man/man8/sunlabel.8.gz
+.endif
# 20080703: bsdlabel & fdisk removed on ia64
.if ${TARGET_ARCH} == "ia64"
OLD_FILES+=sbin/bsdlabel