Deleted Added
full compact
OptionalObsoleteFiles.inc (259683) OptionalObsoleteFiles.inc (260525)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 259683 2013-12-21 15:16:28Z gjb $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 260525 2014-01-10 23:38:33Z 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

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

4061OLD_FILES+=usr/libexec/telnetd
4062OLD_FILES+=usr/share/man/man1/telnet.1.gz
4063OLD_FILES+=usr/share/man/man8/telnetd.8.gz
4064.endif
4065
4066.if ${MK_TESTS} == yes
4067OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
4068OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
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

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

4061OLD_FILES+=usr/libexec/telnetd
4062OLD_FILES+=usr/share/man/man1/telnet.1.gz
4063OLD_FILES+=usr/share/man/man8/telnetd.8.gz
4064.endif
4065
4066.if ${MK_TESTS} == yes
4067OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
4068OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
4069OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test
4070OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test
4071OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test
4072OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test
4073OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test
4074OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test
4075OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test
4076OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test
4077OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test
4078OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test
4079OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test
4080OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test
4081OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test
4082OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test
4083OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test
4084OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers
4085OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test
4086OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test
4087OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test
4088OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test
4069.else
4070# ATF libraries.
4071OLD_FILES+=usr/bin/atf-sh
4072OLD_DIRS+=usr/include/atf-c
4073OLD_FILES+=usr/include/atf-c/build.h
4074OLD_FILES+=usr/include/atf-c/check.h
4075OLD_FILES+=usr/include/atf-c/config.h
4076OLD_FILES+=usr/include/atf-c/defs.h

--- 150 unchanged lines hidden ---
4089.else
4090# ATF libraries.
4091OLD_FILES+=usr/bin/atf-sh
4092OLD_DIRS+=usr/include/atf-c
4093OLD_FILES+=usr/include/atf-c/build.h
4094OLD_FILES+=usr/include/atf-c/check.h
4095OLD_FILES+=usr/include/atf-c/config.h
4096OLD_FILES+=usr/include/atf-c/defs.h

--- 150 unchanged lines hidden ---