mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
Obsolete bsdlabel(8) on powerpc. Use gpart(8) instead.
This commit is contained in:
parent
bc068d93d1
commit
c4c9b9f50c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180331
@ -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
|
||||
|
@ -113,7 +113,7 @@ _ping6= ping6
|
||||
_rtsol= rtsol
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "ia64"
|
||||
.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
|
||||
_bsdlabel= bsdlabel
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user