ObsoleteFiles.inc (5c7c5e78e5c81bf89afa1093dbe99fdf44a937a9) ObsoleteFiles.inc (2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9)
1#
2# $FreeBSD$
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

--- 320 unchanged lines hidden (view full) ---

329OLD_FILES+=usr/bin/sasc
330OLD_FILES+=usr/sbin/sgsc
331OLD_FILES+=usr/sbin/stlload
332OLD_FILES+=usr/sbin/stlstats
333OLD_FILES+=usr/share/man/man1/sasc.1.gz
334OLD_FILES+=usr/share/man/man1/sgsc.1.gz
335OLD_FILES+=usr/share/man/man4/i386/stl.4.gz
336OLD_FILES+=usr/share/man/man8/raidctl.8.gz
1#
2# $FreeBSD$
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

--- 320 unchanged lines hidden (view full) ---

329OLD_FILES+=usr/bin/sasc
330OLD_FILES+=usr/sbin/sgsc
331OLD_FILES+=usr/sbin/stlload
332OLD_FILES+=usr/sbin/stlstats
333OLD_FILES+=usr/share/man/man1/sasc.1.gz
334OLD_FILES+=usr/share/man/man1/sgsc.1.gz
335OLD_FILES+=usr/share/man/man4/i386/stl.4.gz
336OLD_FILES+=usr/share/man/man8/raidctl.8.gz
337.if ${TARGET_ARCH} != "alpha" && ${TARGET_ARCH} != "sparc64"
337.if ${TARGET_ARCH} != "sparc64"
338# 20040130: libkse renamed to libpthread
339OLD_FILES+=usr/lib/libkse.a
340OLD_FILES+=usr/lib/libkse.so
341.endif
342# 20040119: installed as `isdntel' in newer systems
343OLD_FILES+=etc/isdn/isdntel.sh
344# 200XYYZZ: /lib transition clitches
345OLD_FILES+=lib/libalias.so

--- 2715 unchanged lines hidden (view full) ---

3061OLD_LIBS+=lib/libreadline.so.4
3062OLD_LIBS+=usr/lib/libhistory.so.4
3063OLD_LIBS+=usr/lib/libopie.so.2
3064OLD_LIBS+=usr/lib/libpcap.so.2
3065# 20040925: bind9 import
3066OLD_LIBS+=usr/lib/libisc.so.1
3067# 200408XX
3068OLD_LIBS+=usr/lib/snmp_netgraph.so.1
338# 20040130: libkse renamed to libpthread
339OLD_FILES+=usr/lib/libkse.a
340OLD_FILES+=usr/lib/libkse.so
341.endif
342# 20040119: installed as `isdntel' in newer systems
343OLD_FILES+=etc/isdn/isdntel.sh
344# 200XYYZZ: /lib transition clitches
345OLD_FILES+=lib/libalias.so

--- 2715 unchanged lines hidden (view full) ---

3061OLD_LIBS+=lib/libreadline.so.4
3062OLD_LIBS+=usr/lib/libhistory.so.4
3063OLD_LIBS+=usr/lib/libopie.so.2
3064OLD_LIBS+=usr/lib/libpcap.so.2
3065# 20040925: bind9 import
3066OLD_LIBS+=usr/lib/libisc.so.1
3067# 200408XX
3068OLD_LIBS+=usr/lib/snmp_netgraph.so.1
3069.if ${TARGET_ARCH} != "alpha" && ${TARGET_ARCH} != "sparc64"
3069.if ${TARGET_ARCH} != "sparc64"
3070# 20040130: libkse renamed to libpthread
3071OLD_LIBS+=usr/lib/libkse.so.1
3072.endif
3073# 200404XX
3074OLD_LIBS+=usr/lib/libsnmp.so.1
3075OLD_LIBS+=usr/lib/snmp_mibII.so.1
3076# 200309XX
3077OLD_LIBS+=usr/lib/libasn1.so.6

--- 93 unchanged lines hidden ---
3070# 20040130: libkse renamed to libpthread
3071OLD_LIBS+=usr/lib/libkse.so.1
3072.endif
3073# 200404XX
3074OLD_LIBS+=usr/lib/libsnmp.so.1
3075OLD_LIBS+=usr/lib/snmp_mibII.so.1
3076# 200309XX
3077OLD_LIBS+=usr/lib/libasn1.so.6

--- 93 unchanged lines hidden ---