diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 9fe8b3391b4c..08b5ef2fae36 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. # +# 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 diff --git a/sbin/Makefile b/sbin/Makefile index a5dc1c4f1450..1af63c06ad62 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -113,7 +113,7 @@ _ping6= ping6 _rtsol= rtsol .endif -.if ${MACHINE_ARCH} != "ia64" +.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc" _bsdlabel= bsdlabel .endif