sunlabel(8) is specific to sparc64. Remove from other platforms.

use gpart(8) on all platforms.
This commit is contained in:
Marcel Moolenaar 2008-07-04 04:39:45 +00:00
parent 773c9287f5
commit 9eda082d52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180248

View File

@ -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