Deleted Added
full compact
OptionalObsoleteFiles.inc (268429) OptionalObsoleteFiles.inc (268461)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 268429 2014-07-08 21:50:13Z jilles $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 268461 2014-07-09 15:52:30Z bapt $
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

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

1993OLD_FILES+=usr/share/info/gperf.info.gz
1994OLD_FILES+=usr/share/info/grep.info.gz
1995OLD_FILES+=usr/share/info/groff.info.gz
1996OLD_FILES+=usr/share/info/heimdal.info.gz
1997OLD_FILES+=usr/share/info/history.info.gz
1998OLD_FILES+=usr/share/info/info-stnd.info.gz
1999OLD_FILES+=usr/share/info/info.info.gz
2000OLD_FILES+=usr/share/info/ld.info.gz
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

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

1993OLD_FILES+=usr/share/info/gperf.info.gz
1994OLD_FILES+=usr/share/info/grep.info.gz
1995OLD_FILES+=usr/share/info/groff.info.gz
1996OLD_FILES+=usr/share/info/heimdal.info.gz
1997OLD_FILES+=usr/share/info/history.info.gz
1998OLD_FILES+=usr/share/info/info-stnd.info.gz
1999OLD_FILES+=usr/share/info/info.info.gz
2000OLD_FILES+=usr/share/info/ld.info.gz
2001OLD_FILES+=usr/share/info/readline.info.gz
2002OLD_FILES+=usr/share/info/regex.info.gz
2003OLD_FILES+=usr/share/info/rluserman.info.gz
2004OLD_FILES+=usr/share/info/stabs.info.gz
2005OLD_FILES+=usr/share/info/texinfo.info.gz
2006.endif
2007
2008.if ${MK_IPFILTER} == no
2009OLD_FILES+=etc/periodic/security/510.ipfdenied

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

3720OLD_FILES+=usr/lib/libngatm_p.a
3721OLD_FILES+=usr/lib/libopie_p.a
3722OLD_FILES+=usr/lib/libpanel_p.a
3723OLD_FILES+=usr/lib/libpanelw_p.a
3724OLD_FILES+=usr/lib/libpcap_p.a
3725OLD_FILES+=usr/lib/libpmc_p.a
3726OLD_FILES+=usr/lib/libpthread_p.a
3727OLD_FILES+=usr/lib/libradius_p.a
2001OLD_FILES+=usr/share/info/regex.info.gz
2002OLD_FILES+=usr/share/info/rluserman.info.gz
2003OLD_FILES+=usr/share/info/stabs.info.gz
2004OLD_FILES+=usr/share/info/texinfo.info.gz
2005.endif
2006
2007.if ${MK_IPFILTER} == no
2008OLD_FILES+=etc/periodic/security/510.ipfdenied

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

3719OLD_FILES+=usr/lib/libngatm_p.a
3720OLD_FILES+=usr/lib/libopie_p.a
3721OLD_FILES+=usr/lib/libpanel_p.a
3722OLD_FILES+=usr/lib/libpanelw_p.a
3723OLD_FILES+=usr/lib/libpcap_p.a
3724OLD_FILES+=usr/lib/libpmc_p.a
3725OLD_FILES+=usr/lib/libpthread_p.a
3726OLD_FILES+=usr/lib/libradius_p.a
3728OLD_FILES+=usr/lib/libreadline_p.a
3729OLD_FILES+=usr/lib/libroken_p.a
3730OLD_FILES+=usr/lib/librpcsvc_p.a
3731OLD_FILES+=usr/lib/librt_p.a
3732OLD_FILES+=usr/lib/libsbuf_p.a
3733OLD_FILES+=usr/lib/libsdp_p.a
3734OLD_FILES+=usr/lib/libsmb_p.a
3735OLD_FILES+=usr/lib/libssl_p.a
3736OLD_FILES+=usr/lib/libstdc++_p.a

--- 1002 unchanged lines hidden ---
3727OLD_FILES+=usr/lib/libroken_p.a
3728OLD_FILES+=usr/lib/librpcsvc_p.a
3729OLD_FILES+=usr/lib/librt_p.a
3730OLD_FILES+=usr/lib/libsbuf_p.a
3731OLD_FILES+=usr/lib/libsdp_p.a
3732OLD_FILES+=usr/lib/libsmb_p.a
3733OLD_FILES+=usr/lib/libssl_p.a
3734OLD_FILES+=usr/lib/libstdc++_p.a

--- 1002 unchanged lines hidden ---