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