Deleted Added
full compact
OptionalObsoleteFiles.inc (268064) OptionalObsoleteFiles.inc (268135)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 268064 2014-06-30 20:24:00Z bapt $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 268135 2014-07-02 05:09:41Z eadler $
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

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

4711OLD_FILES+=usr/bin/svnliteadmin
4712OLD_FILES+=usr/bin/svnlitedumpfilter
4713OLD_FILES+=usr/bin/svnlitelook
4714OLD_FILES+=usr/bin/svnlitemucc
4715OLD_FILES+=usr/bin/svnliterdump
4716OLD_FILES+=usr/bin/svnliteserve
4717OLD_FILES+=usr/bin/svnlitesync
4718OLD_FILES+=usr/bin/svnliteversion
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

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

4711OLD_FILES+=usr/bin/svnliteadmin
4712OLD_FILES+=usr/bin/svnlitedumpfilter
4713OLD_FILES+=usr/bin/svnlitelook
4714OLD_FILES+=usr/bin/svnlitemucc
4715OLD_FILES+=usr/bin/svnliterdump
4716OLD_FILES+=usr/bin/svnliteserve
4717OLD_FILES+=usr/bin/svnlitesync
4718OLD_FILES+=usr/bin/svnliteversion
4719OLD_FILES+=usr/share/man/man1/svnlite.1.gz
4719.endif
4720
4721.if ${MK_SVN} == no
4722OLD_FILES+=usr/bin/svn
4723OLD_FILES+=usr/bin/svnadmin
4724OLD_FILES+=usr/bin/svndumpfilter
4725OLD_FILES+=usr/bin/svnlook
4726OLD_FILES+=usr/bin/svnmucc

--- 12 unchanged lines hidden ---
4720.endif
4721
4722.if ${MK_SVN} == no
4723OLD_FILES+=usr/bin/svn
4724OLD_FILES+=usr/bin/svnadmin
4725OLD_FILES+=usr/bin/svndumpfilter
4726OLD_FILES+=usr/bin/svnlook
4727OLD_FILES+=usr/bin/svnmucc

--- 12 unchanged lines hidden ---