Deleted Added
full compact
OptionalObsoleteFiles.inc (276479) OptionalObsoleteFiles.inc (276551)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 276479 2014-12-31 20:31:32Z dim $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 276551 2015-01-02 18:45:03Z 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

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

1962OLD_FILES+=usr/share/man/man8/rtsold.8.gz
1963OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
1964.endif
1965
1966.if ${MK_INET6_SUPPORT} == no
1967OLD_FILES+=rescue/ping6
1968.endif
1969
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

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

1962OLD_FILES+=usr/share/man/man8/rtsold.8.gz
1963OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
1964.endif
1965
1966.if ${MK_INET6_SUPPORT} == no
1967OLD_FILES+=rescue/ping6
1968.endif
1969
1970.if ${MK_INFO} == no
1971OLD_FILES+=usr/bin/info
1972OLD_FILES+=usr/bin/infokey
1973OLD_FILES+=usr/bin/install-info
1974OLD_FILES+=usr/bin/makeinfo
1975OLD_FILES+=usr/bin/texindex
1976OLD_FILES+=usr/share/info/am-utils.info.gz
1977OLD_FILES+=usr/share/info/as-utils.info.gz
1978OLD_FILES+=usr/share/info/binutils.info.gz
1979OLD_FILES+=usr/share/info/com_err.info.gz
1980OLD_FILES+=usr/share/info/diff.info.gz
1981OLD_FILES+=usr/share/info/gdb.info.gz
1982OLD_FILES+=usr/share/info/gdbint.info.gz
1983OLD_FILES+=usr/share/info/gperf.info.gz
1984OLD_FILES+=usr/share/info/grep.info.gz
1985OLD_FILES+=usr/share/info/groff.info.gz
1986OLD_FILES+=usr/share/info/heimdal.info.gz
1987OLD_FILES+=usr/share/info/history.info.gz
1988OLD_FILES+=usr/share/info/info-stnd.info.gz
1989OLD_FILES+=usr/share/info/info.info.gz
1990OLD_FILES+=usr/share/info/ld.info.gz
1991OLD_FILES+=usr/share/info/regex.info.gz
1992OLD_FILES+=usr/share/info/rluserman.info.gz
1993OLD_FILES+=usr/share/info/stabs.info.gz
1994OLD_FILES+=usr/share/info/texinfo.info.gz
1995OLD_FILES+=usr/share/man/man1/info.1.gz
1996OLD_FILES+=usr/share/man/man1/infokey.1.gz
1997OLD_FILES+=usr/share/man/man1/install-info.1.gz
1998OLD_FILES+=usr/share/man/man1/makeinfo.1.gz
1999OLD_FILES+=usr/share/man/man1/texindex.1.gz
2000OLD_FILES+=usr/share/man/man5/info.5.gz
2001OLD_FILES+=usr/share/man/man5/texinfo.5.gz
2002.endif
2003
2004.if ${MK_IPFILTER} == no
2005OLD_FILES+=etc/periodic/security/510.ipfdenied
2006OLD_FILES+=etc/periodic/security/610.ipf6denied
2007OLD_FILES+=rescue/ipf
2008OLD_FILES+=sbin/ipf
2009OLD_FILES+=sbin/ipfs
2010OLD_FILES+=sbin/ipfstat
2011OLD_FILES+=sbin/ipftest

--- 2762 unchanged lines hidden ---
1970.if ${MK_IPFILTER} == no
1971OLD_FILES+=etc/periodic/security/510.ipfdenied
1972OLD_FILES+=etc/periodic/security/610.ipf6denied
1973OLD_FILES+=rescue/ipf
1974OLD_FILES+=sbin/ipf
1975OLD_FILES+=sbin/ipfs
1976OLD_FILES+=sbin/ipfstat
1977OLD_FILES+=sbin/ipftest

--- 2762 unchanged lines hidden ---