Deleted Added
sdiff udiff text old ( 276479 ) new ( 276551 )
full compact
1#
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
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 ---