ObsoleteFiles.inc (88c027338f182e2af56d0dbabd4a94fbca6f091a) ObsoleteFiles.inc (6aae3517ed2500fb963ba0a4264b4756088dd0f4)
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

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

35# For optional components, you can use the following to see if some entries
36# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
37# for o in tools/build/options/WITH*; do
38# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
39# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \
40# xargs -n1 | sort | uniq -d;
41# done
42
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

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

35# For optional components, you can use the following to see if some entries
36# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc
37# for o in tools/build/options/WITH*; do
38# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \
39# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \
40# xargs -n1 | sort | uniq -d;
41# done
42
43# 20211022
44OLD_FILES+=sbin/spppcontrol
45.if ${TARGET_ARCH} == "i386"
46OLD_FILES+=usr/include/machine/cserial.h
47.endif
48OLD_FILES+=usr/include/net/if_sppp.h
49OLD_FILES+=usr/include/netgraph/ng_sppp.h
50OLD_FILES+=usr/share/man/man4/ng_sppp.4.gz
51OLD_FILES+=usr/share/man/man4/sppp.4.gz
52OLD_FILES+=usr/share/man/man8/spppcontrol.8.gz
53
43# 20210929:
44OLD_FILES+=usr/sbin/hcseriald
45OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
46
47# 20210929: Remove ng_h4
48OLD_FILES+=usr/share/man/man4/ng_h4.4.gz
49
50# 20210923: rename boot(9) to kern_reboot(9)

--- 15681 unchanged lines hidden ---
54# 20210929:
55OLD_FILES+=usr/sbin/hcseriald
56OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
57
58# 20210929: Remove ng_h4
59OLD_FILES+=usr/share/man/man4/ng_h4.4.gz
60
61# 20210923: rename boot(9) to kern_reboot(9)

--- 15681 unchanged lines hidden ---