diff options
author | marcel <marcel@FreeBSD.org> | 2008-07-03 21:00:16 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-07-03 21:00:16 +0000 |
commit | a48906e3d1d258c48b906230f3a08e2e859f304d (patch) | |
tree | 30723643fc4ae2db07eac1741387c632157cc603 /ObsoleteFiles.inc | |
parent | 9da015cb79b951a016251984ac4d4b67397b8824 (diff) | |
download | FreeBSD-src-a48906e3d1d258c48b906230f3a08e2e859f304d.zip FreeBSD-src-a48906e3d1d258c48b906230f3a08e2e859f304d.tar.gz |
bsdlabel and fdisk are obsoleted on ia64.
While here, make sure to remove any remnants of the disklabel
manpage.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 73f7ae8..1ba0004 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,14 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20080703: bsdlabel & fdisk removed on ia64 +.if ${TARGET_ARCH} == "ia64" +OLD_FILES+=sbin/bsdlabel +OLD_FILES+=usr/share/man/man8/bsdlabel.8.gz +OLD_FILES+=usr/share/man/man8/disklabel.8.gz +OLD_FILES+=sbin/fdisk +OLD_FILES+=usr/share/man/man8/fdisk.8.gz +.endif # 20080701: wpa_supplicant.conf moved to share/examples/etc/ OLD_FILES+=usr/share/examples/wpa_supplicant/wpa_supplicant.conf OLD_DIRS+=usr/share/examples/wpa_supplicant |