Deleted Added
full compact
OptionalObsoleteFiles.inc (262801) OptionalObsoleteFiles.inc (262849)
1#
1#
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 262801 2014-03-05 19:30:36Z dim $
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 262849 2014-03-06 13:20:38Z 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

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

4097OLD_FILES+=usr/libexec/telnetd
4098OLD_FILES+=usr/share/man/man1/telnet.1.gz
4099OLD_FILES+=usr/share/man/man8/telnetd.8.gz
4100.endif
4101
4102.if ${MK_TESTS} == yes
4103OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
4104OLD_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

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

4097OLD_FILES+=usr/libexec/telnetd
4098OLD_FILES+=usr/share/man/man1/telnet.1.gz
4099OLD_FILES+=usr/share/man/man8/telnetd.8.gz
4100.endif
4101
4102.if ${MK_TESTS} == yes
4103OLD_FILES+=usr/tests/lib/atf/libatf-c/test_helpers_test
4104OLD_FILES+=usr/tests/lib/atf/test-programs/fork_test
4105OLD_FILES+=usr/tests/lib/atf/libatf-c++/application_test
4106OLD_FILES+=usr/tests/lib/atf/libatf-c++/env_test
4107OLD_FILES+=usr/tests/lib/atf/libatf-c++/exceptions_test
4108OLD_FILES+=usr/tests/lib/atf/libatf-c++/expand_test
4109OLD_FILES+=usr/tests/lib/atf/libatf-c++/fs_test
4110OLD_FILES+=usr/tests/lib/atf/libatf-c++/parser_test
4111OLD_FILES+=usr/tests/lib/atf/libatf-c++/process_test
4112OLD_FILES+=usr/tests/lib/atf/libatf-c++/sanity_test
4113OLD_FILES+=usr/tests/lib/atf/libatf-c++/text_test
4114OLD_FILES+=usr/tests/lib/atf/libatf-c++/ui_test
4115OLD_FILES+=usr/tests/lib/atf/libatf-c/dynstr_test
4116OLD_FILES+=usr/tests/lib/atf/libatf-c/env_test
4117OLD_FILES+=usr/tests/lib/atf/libatf-c/fs_test
4118OLD_FILES+=usr/tests/lib/atf/libatf-c/list_test
4119OLD_FILES+=usr/tests/lib/atf/libatf-c/map_test
4120OLD_FILES+=usr/tests/lib/atf/libatf-c/process_helpers
4121OLD_FILES+=usr/tests/lib/atf/libatf-c/process_test
4122OLD_FILES+=usr/tests/lib/atf/libatf-c/sanity_test
4123OLD_FILES+=usr/tests/lib/atf/libatf-c/text_test
4124OLD_FILES+=usr/tests/lib/atf/libatf-c/user_test
4105.else
4106# ATF libraries.
4107OLD_FILES+=usr/bin/atf-sh
4108OLD_DIRS+=usr/include/atf-c
4109OLD_FILES+=usr/include/atf-c/build.h
4110OLD_FILES+=usr/include/atf-c/check.h
4111OLD_FILES+=usr/include/atf-c/config.h
4112OLD_FILES+=usr/include/atf-c/defs.h

--- 149 unchanged lines hidden ---
4125.else
4126# ATF libraries.
4127OLD_FILES+=usr/bin/atf-sh
4128OLD_DIRS+=usr/include/atf-c
4129OLD_FILES+=usr/include/atf-c/build.h
4130OLD_FILES+=usr/include/atf-c/check.h
4131OLD_FILES+=usr/include/atf-c/config.h
4132OLD_FILES+=usr/include/atf-c/defs.h

--- 149 unchanged lines hidden ---