Deleted Added
sdiff udiff text old ( 251563 ) new ( 251794 )
full compact
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 251794 2013-06-15 20:29:07Z 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

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

884OLD_FILES+=usr/sbin/ctm_smail
885OLD_FILES+=usr/share/man/man1/ctm.1.gz
886OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
887OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
888OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
889OLD_FILES+=usr/share/man/man5/ctm.5.gz
890.endif
891
892# devd(8) and gperf(1) not listed here on purpose
893.if ${MK_CXX} == no
894OLD_FILES+=usr/bin/CC
895OLD_FILES+=usr/bin/c++
896OLD_FILES+=usr/bin/c++filt
897OLD_FILES+=usr/bin/g++
898OLD_FILES+=usr/include/c++/4.2/algorithm
899OLD_FILES+=usr/include/c++/4.2/backward/algo.h

--- 3420 unchanged lines hidden ---