Deleted Added
sdiff udiff text old ( 206717 ) new ( 207995 )
full compact
1#
2# $FreeBSD: head/ObsoleteFiles.inc 206717 2010-04-17 01:17:31Z jmallett $
3#
4# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and
5# directories (OLD_DIRS) which should get removed at an update. Recently
6# removed entries first (with the date as a comment). Dynamic libraries are
7# special cased (OLD_LIBS). Static libraries or the generic links to
8# the dynamic libraries (lib*.so) should (if you don't know why to make an
9# exception, make this a "must") be viewed as normal files (OLD_FILES).
10#
11# In case of a complete directory hierarchy the sorting is in depth first
12# order.
13#
14# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
15#
16
17# 20100416: [mips] removed <machine/psl.h>
18.if ${TARGET_ARCH} == "mips"
19OLD_FILES+=usr/include/machine/psl.h
20.endif
21# 20100415: [mips] removed unused headers
22.if ${TARGET_ARCH} == "mips"
23OLD_FILES+=usr/include/machine/archtype.h
24OLD_FILES+=usr/include/machine/segments.h

--- 5244 unchanged lines hidden ---