summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2008-05-10 18:43:22 +0000
committerantoine <antoine@FreeBSD.org>2008-05-10 18:43:22 +0000
commit900481a7e7cff233fcef3f0753e69d0790e7a9ff (patch)
tree6f6cbdbf61fed65a0db9af4861035eaf17a4e1d9 /ObsoleteFiles.inc
parent051789fb4a61c92a9309a5fa101d0de8d036fe0e (diff)
downloadFreeBSD-src-900481a7e7cff233fcef3f0753e69d0790e7a9ff.zip
FreeBSD-src-900481a7e7cff233fcef3f0753e69d0790e7a9ff.tar.gz
Add more obsolete files.
Approved by: rwatson (mentor)
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index ff5720f..295125f 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.
#
+# 20080420: Symbol card support dropped
+OLD_FILES+=usr/include/dev/wi/spectrum24t_cf.h
+# 20080420: awi removal
+OLD_FILES+=usr/share/man/man4/awi.4.gz
+OLD_FILES+=usr/share/man/man4/if_awi.4.gz
# 20080331: pkg_sign has been removed
OLD_FILES+=usr/sbin/pkg_check
OLD_FILES+=usr/sbin/pkg_sign
@@ -35,6 +40,10 @@ OLD_FILES+=usr/share/man/man2/kse_release.2.gz
OLD_FILES+=usr/share/man/man2/kse_switchin.2.gz
OLD_FILES+=usr/share/man/man2/kse_thr_interrupt.2.gz
OLD_FILES+=usr/share/man/man2/kse_wakeup.2.gz
+.if ${TARGET_ARCH} == "amd64"
+OLD_FILES+=usr/lib32/libkse.so
+OLD_LIBS+=usr/lib32/libkse.so.3
+.endif
# 20080220: geom_lvm rename to geom_linux_lvm
OLD_FILES+=usr/share/man/man4/geom_lvm.4.gz
# 20080126: oldcard.4 removal
OpenPOWER on IntegriCloud