Deleted Added
full compact
OptionalObsoleteFiles.inc (241645) OptionalObsoleteFiles.inc (241823)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 241645 2012-10-17 19:21:52Z andreast $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 241823 2012-10-22 01:18:41Z marcel $
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_DIRS+=etc/atf
73OLD_FILES+=etc/atf/FreeBSD.conf
74OLD_FILES+=etc/atf/atf-run.hooks
75OLD_FILES+=etc/atf/common.conf
76OLD_FILES+=usr/bin/atf-config
77OLD_FILES+=usr/bin/atf-report
78OLD_FILES+=usr/bin/atf-run
79OLD_FILES+=usr/bin/atf-sh
80OLD_FILES+=usr/bin/atf-version
81OLD_DIRS+=usr/include/atf-c
82OLD_FILES+=usr/include/atf-c/build.h
83OLD_FILES+=usr/include/atf-c/check.h
84OLD_FILES+=usr/include/atf-c/config.h
85OLD_FILES+=usr/include/atf-c/defs.h
86OLD_FILES+=usr/include/atf-c/error.h
87OLD_FILES+=usr/include/atf-c/error_fwd.h
88OLD_FILES+=usr/include/atf-c/macros.h
89OLD_FILES+=usr/include/atf-c/tc.h
90OLD_FILES+=usr/include/atf-c/tp.h
91OLD_FILES+=usr/include/atf-c/utils.h
92OLD_FILES+=usr/include/atf-c/atf-c.h
93OLD_FILES+=usr/include/atf-c.h
94OLD_DIRS+=usr/include/atf-c++
95OLD_FILES+=usr/include/atf-c++/build.hpp
96OLD_FILES+=usr/include/atf-c++/check.hpp
97OLD_FILES+=usr/include/atf-c++/config.hpp
98OLD_FILES+=usr/include/atf-c++/macros.hpp
99OLD_FILES+=usr/include/atf-c++/tests.hpp
100OLD_FILES+=usr/include/atf-c++/utils.hpp
101OLD_FILES+=usr/include/atf-c++/atf-c++.hpp
102OLD_FILES+=usr/include/atf-c++.hpp
103OLD_FILES+=usr/lib/libatf-c_p.a
104OLD_FILES+=usr/lib/libatf-c.so.1
105OLD_FILES+=usr/lib/libatf-c.so
106OLD_FILES+=usr/lib/libatf-c++.a
107OLD_FILES+=usr/lib/libatf-c++_p.a
108OLD_FILES+=usr/lib/libatf-c++.so.1
109OLD_FILES+=usr/lib/libatf-c++.so
110OLD_FILES+=usr/lib/libatf-c.a
111OLD_FILES+=usr/libexec/atf-check
112OLD_DIRS+=usr/share/atf
113OLD_FILES+=usr/share/atf/atf-run.hooks
114OLD_FILES+=usr/share/atf/libatf-sh.subr
115OLD_DIRS+=usr/share/doc/atf
116OLD_FILES+=usr/share/doc/atf/AUTHORS
117OLD_FILES+=usr/share/doc/atf/COPYING
118OLD_FILES+=usr/share/doc/atf/NEWS
119OLD_FILES+=usr/share/doc/atf/README
120OLD_DIRS+=usr/share/examples/atf
121OLD_FILES+=usr/share/examples/atf/atf-run.hooks
122OLD_FILES+=usr/share/examples/atf/tests-results.css
123OLD_FILES+=usr/share/man/man1/atf-check.1.gz
124OLD_FILES+=usr/share/man/man1/atf-config.1.gz
125OLD_FILES+=usr/share/man/man1/atf-report.1.gz
126OLD_FILES+=usr/share/man/man1/atf-run.1.gz
127OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
128OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
129OLD_FILES+=usr/share/man/man1/atf-version.1.gz
130OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
131OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
132OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
133OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
134OLD_FILES+=usr/share/man/man5/atf-formats.5.gz
135OLD_FILES+=usr/share/man/man7/atf.7.gz
136OLD_DIRS+=usr/share/xml/atf
137OLD_FILES+=usr/share/xml/atf/tests-results.dtd
138OLD_DIRS+=usr/share/xsl/atf
139OLD_FILES+=usr/share/xsl/atf/tests-results.xsl
140.endif
141
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

--- 4076 unchanged lines hidden ---
142.if ${MK_ATM} == no
143OLD_FILES+=rescue/atmconfig
144OLD_FILES+=sbin/atmconfig
145OLD_FILES+=usr/bin/sscop
146OLD_FILES+=usr/include/bsnmp/snmp_atm.h
147OLD_FILES+=usr/include/netnatm/addr.h
148OLD_FILES+=usr/include/netnatm/api/atmapi.h
149OLD_FILES+=usr/include/netnatm/api/ccatm.h

--- 4076 unchanged lines hidden ---