Obsolete bsdlabel(8) on powerpc. Use gpart(8) instead.

This commit is contained in:
Marcel Moolenaar 2008-07-06 20:57:35 +00:00
parent bc068d93d1
commit c4c9b9f50c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180331
2 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,11 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
# 20080706: bsdlabel(8) removed on powerpc
.if ${TARGET_ARCH} == "powerpc"
OLD_FILES+=sbin/bsdlabel
OLD_FILES+=usr/share/man/man8/bsdlabel.8.gz
.endif
# 20080704: sbsh(4) removed
OLD_FILES+=usr/share/man/man4/if_sbsh.4.gz
OLD_FILES+=usr/share/man/man4/sbsh.4.gz

View File

@ -113,7 +113,7 @@ _ping6= ping6
_rtsol= rtsol
.endif
.if ${MACHINE_ARCH} != "ia64"
.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
_bsdlabel= bsdlabel
.endif