Deleted Added
full compact
OptionalObsoleteFiles.inc (258230) OptionalObsoleteFiles.inc (260013)
1#
1#
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 258230 2013-11-16 18:40:44Z gjb $
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 260013 2013-12-28 20:05:31Z jmmv $
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no
9OLD_FILES+=etc/periodic/daily/310.accounting
10OLD_FILES+=usr/sbin/accton

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

63OLD_FILES+=usr/libexec/atrun
64OLD_FILES+=usr/share/man/man1/at.1.gz
65OLD_FILES+=usr/share/man/man1/atq.1.gz
66OLD_FILES+=usr/share/man/man1/atrm.1.gz
67OLD_FILES+=usr/share/man/man1/batch.1.gz
68OLD_FILES+=usr/share/man/man8/atrun.8.gz
69.endif
70
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no
9OLD_FILES+=etc/periodic/daily/310.accounting
10OLD_FILES+=usr/sbin/accton

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

63OLD_FILES+=usr/libexec/atrun
64OLD_FILES+=usr/share/man/man1/at.1.gz
65OLD_FILES+=usr/share/man/man1/atq.1.gz
66OLD_FILES+=usr/share/man/man1/atrm.1.gz
67OLD_FILES+=usr/share/man/man1/batch.1.gz
68OLD_FILES+=usr/share/man/man8/atrun.8.gz
69.endif
70
71.if ${MK_ATF} == no
72OLD_FILES+=usr/bin/atf-sh
73OLD_DIRS+=usr/include/atf-c
74OLD_FILES+=usr/include/atf-c/build.h
75OLD_FILES+=usr/include/atf-c/check.h
76OLD_FILES+=usr/include/atf-c/config.h
77OLD_FILES+=usr/include/atf-c/defs.h
78OLD_FILES+=usr/include/atf-c/error.h
79OLD_FILES+=usr/include/atf-c/error_fwd.h
80OLD_FILES+=usr/include/atf-c/macros.h
81OLD_FILES+=usr/include/atf-c/tc.h
82OLD_FILES+=usr/include/atf-c/tp.h
83OLD_FILES+=usr/include/atf-c/utils.h
84OLD_FILES+=usr/include/atf-c/atf-c.h
85OLD_FILES+=usr/include/atf-c.h
86OLD_DIRS+=usr/include/atf-c++
87OLD_FILES+=usr/include/atf-c++/build.hpp
88OLD_FILES+=usr/include/atf-c++/check.hpp
89OLD_FILES+=usr/include/atf-c++/config.hpp
90OLD_FILES+=usr/include/atf-c++/macros.hpp
91OLD_FILES+=usr/include/atf-c++/tests.hpp
92OLD_FILES+=usr/include/atf-c++/utils.hpp
93OLD_FILES+=usr/include/atf-c++/atf-c++.hpp
94OLD_FILES+=usr/include/atf-c++.hpp
95OLD_FILES+=usr/lib/libatf-c_p.a
96OLD_FILES+=usr/lib/libatf-c.so.1
97OLD_FILES+=usr/lib/libatf-c.so
98OLD_FILES+=usr/lib/libatf-c++.a
99OLD_FILES+=usr/lib/libatf-c++_p.a
100OLD_FILES+=usr/lib/libatf-c++.so.1
101OLD_FILES+=usr/lib/libatf-c++.so
102OLD_FILES+=usr/lib/libatf-c.a
103OLD_FILES+=usr/libexec/atf-check
104OLD_DIRS+=usr/share/atf
105OLD_FILES+=usr/share/atf/libatf-sh.subr
106OLD_DIRS+=usr/share/doc/atf
107OLD_FILES+=usr/share/doc/atf/AUTHORS
108OLD_FILES+=usr/share/doc/atf/COPYING
109OLD_FILES+=usr/share/doc/atf/NEWS
110OLD_FILES+=usr/share/doc/atf/README
111OLD_FILES+=usr/share/man/man1/atf-check.1.gz
112OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
113OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
114OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
115OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
116OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
117OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
118OLD_FILES+=usr/share/mk/atf.test.mk
119.endif
120
121.if ${MK_ATM} == no
122OLD_FILES+=rescue/atmconfig
123OLD_FILES+=sbin/atmconfig
124OLD_FILES+=usr/bin/sscop
125OLD_FILES+=usr/include/bsnmp/snmp_atm.h
126OLD_FILES+=usr/include/netnatm/addr.h
127OLD_FILES+=usr/include/netnatm/api/atmapi.h
128OLD_FILES+=usr/include/netnatm/api/ccatm.h

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

4136
4137.if ${MK_TELNET} == no
4138OLD_FILES+=usr/bin/telnet
4139OLD_FILES+=usr/libexec/telnetd
4140OLD_FILES+=usr/share/man/man1/telnet.1.gz
4141OLD_FILES+=usr/share/man/man8/telnetd.8.gz
4142.endif
4143
71.if ${MK_ATM} == no
72OLD_FILES+=rescue/atmconfig
73OLD_FILES+=sbin/atmconfig
74OLD_FILES+=usr/bin/sscop
75OLD_FILES+=usr/include/bsnmp/snmp_atm.h
76OLD_FILES+=usr/include/netnatm/addr.h
77OLD_FILES+=usr/include/netnatm/api/atmapi.h
78OLD_FILES+=usr/include/netnatm/api/ccatm.h

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

4086
4087.if ${MK_TELNET} == no
4088OLD_FILES+=usr/bin/telnet
4089OLD_FILES+=usr/libexec/telnetd
4090OLD_FILES+=usr/share/man/man1/telnet.1.gz
4091OLD_FILES+=usr/share/man/man8/telnetd.8.gz
4092.endif
4093
4094.if ${MK_TESTS} == no
4095# ATF libraries.
4096OLD_FILES+=usr/bin/atf-sh
4097OLD_DIRS+=usr/include/atf-c
4098OLD_FILES+=usr/include/atf-c/build.h
4099OLD_FILES+=usr/include/atf-c/check.h
4100OLD_FILES+=usr/include/atf-c/config.h
4101OLD_FILES+=usr/include/atf-c/defs.h
4102OLD_FILES+=usr/include/atf-c/error.h
4103OLD_FILES+=usr/include/atf-c/error_fwd.h
4104OLD_FILES+=usr/include/atf-c/macros.h
4105OLD_FILES+=usr/include/atf-c/tc.h
4106OLD_FILES+=usr/include/atf-c/tp.h
4107OLD_FILES+=usr/include/atf-c/utils.h
4108OLD_FILES+=usr/include/atf-c.h
4109OLD_DIRS+=usr/include/atf-c++
4110OLD_FILES+=usr/include/atf-c++/build.hpp
4111OLD_FILES+=usr/include/atf-c++/check.hpp
4112OLD_FILES+=usr/include/atf-c++/config.hpp
4113OLD_FILES+=usr/include/atf-c++/macros.hpp
4114OLD_FILES+=usr/include/atf-c++/tests.hpp
4115OLD_FILES+=usr/include/atf-c++/utils.hpp
4116OLD_FILES+=usr/include/atf-c++.hpp
4117OLD_FILES+=usr/lib/libatf-c_p.a
4118OLD_FILES+=usr/lib/libatf-c.so.1
4119OLD_FILES+=usr/lib/libatf-c.so
4120OLD_FILES+=usr/lib/libatf-c++.a
4121OLD_FILES+=usr/lib/libatf-c++_p.a
4122OLD_FILES+=usr/lib/libatf-c++.so.1
4123OLD_FILES+=usr/lib/libatf-c++.so
4124OLD_FILES+=usr/lib/libatf-c.a
4125OLD_FILES+=usr/libexec/atf-check
4126OLD_DIRS+=usr/share/atf
4127OLD_FILES+=usr/share/atf/libatf-sh.subr
4128OLD_DIRS+=usr/share/doc/atf
4129OLD_FILES+=usr/share/doc/atf/AUTHORS
4130OLD_FILES+=usr/share/doc/atf/COPYING
4131OLD_FILES+=usr/share/doc/atf/NEWS
4132OLD_FILES+=usr/share/doc/atf/README
4133OLD_FILES+=usr/share/man/man1/atf-check.1.gz
4134OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
4135OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
4136OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
4137OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
4138OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
4139OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
4140OLD_FILES+=usr/share/mk/atf.test.mk
4141
4142# Test suite.
4143TESTS_DIRS!=find ${DESTDIR}/usr/tests -type d | sed -e 's,^${DESTDIR}/,,'
4144OLD_DIRS+=${TESTS_DIRS}
4145TESTS_FILES!=find ${DESTDIR}/usr/tests \! -type d | sed -e 's,^${DESTDIR}/,,'
4146OLD_FILES+=${TESTS_FILES}
4147.endif
4148
4144#.if ${MK_TOOLCHAIN} == no
4145# to be filled in
4146#.endif
4147
4148.if ${MK_UNBOUND} == no
4149OLD_FILES+=etc/rc.d/local_unbound
4150OLD_FILES+=usr/lib/private/libunbound.a
4151OLD_FILES+=usr/lib/private/libunbound.so

--- 92 unchanged lines hidden ---
4149#.if ${MK_TOOLCHAIN} == no
4150# to be filled in
4151#.endif
4152
4153.if ${MK_UNBOUND} == no
4154OLD_FILES+=etc/rc.d/local_unbound
4155OLD_FILES+=usr/lib/private/libunbound.a
4156OLD_FILES+=usr/lib/private/libunbound.so

--- 92 unchanged lines hidden ---