Deleted Added
full compact
OptionalObsoleteFiles.inc (251563) OptionalObsoleteFiles.inc (251794)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 251563 2013-06-09 06:13:51Z gjb $
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
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.if ${MK_CVS} == no
893OLD_FILES+=usr/bin/cvs
894OLD_FILES+=usr/bin/cvsbug
895OLD_FILES+=usr/share/examples/cvs/contrib/README
896OLD_FILES+=usr/share/examples/cvs/contrib/clmerge
897OLD_FILES+=usr/share/examples/cvs/contrib/cln_hist
898OLD_FILES+=usr/share/examples/cvs/contrib/commit_prep
899OLD_FILES+=usr/share/examples/cvs/contrib/cvs2vendor
900OLD_FILES+=usr/share/examples/cvs/contrib/cvs_acls
901OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck
902OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck.man
903OLD_FILES+=usr/share/examples/cvs/contrib/cvshelp.man
904OLD_FILES+=usr/share/examples/cvs/contrib/descend.man
905OLD_FILES+=usr/share/examples/cvs/contrib/easy-import
906OLD_FILES+=usr/share/examples/cvs/contrib/intro.doc
907OLD_FILES+=usr/share/examples/cvs/contrib/log
908OLD_FILES+=usr/share/examples/cvs/contrib/log_accum
909OLD_FILES+=usr/share/examples/cvs/contrib/mfpipe
910OLD_FILES+=usr/share/examples/cvs/contrib/rcs-to-cvs
911OLD_FILES+=usr/share/examples/cvs/contrib/rcs2log
912OLD_FILES+=usr/share/examples/cvs/contrib/rcslock
913OLD_FILES+=usr/share/examples/cvs/contrib/sccs2rcs
914OLD_FILES+=usr/share/info/cvs.info.gz
915OLD_FILES+=usr/share/info/cvsclient.info.gz
916OLD_FILES+=usr/share/man/man1/cvs.1.gz
917OLD_FILES+=usr/share/man/man5/cvs.5.gz
918OLD_FILES+=usr/share/man/man8/cvsbug.8.gz
919.endif
920
921# devd(8) and gperf(1) not listed here on purpose
922.if ${MK_CXX} == no
923OLD_FILES+=usr/bin/CC
924OLD_FILES+=usr/bin/c++
925OLD_FILES+=usr/bin/c++filt
926OLD_FILES+=usr/bin/g++
927OLD_FILES+=usr/include/c++/4.2/algorithm
928OLD_FILES+=usr/include/c++/4.2/backward/algo.h

--- 3420 unchanged lines hidden ---
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 ---