Deleted Added
full compact
OptionalObsoleteFiles.inc (271401) OptionalObsoleteFiles.inc (271493)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 271401 2014-09-10 19:00:17Z asomers $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 271493 2014-09-13 02:15:31Z delphij $
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

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

4761.endif
4762
4763.if ${MK_DMAGENT} == no
4764OLD_FILES+=usr/libexec/dma
4765OLD_FILES+=usr/libexec/dma-mbox-create
4766OLD_FILES+=usr/share/man/man8/dma.8.gz
4767OLD_FILES+=usr/share/examples/dma/mailer.conf
4768.endif
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

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

4761.endif
4762
4763.if ${MK_DMAGENT} == no
4764OLD_FILES+=usr/libexec/dma
4765OLD_FILES+=usr/libexec/dma-mbox-create
4766OLD_FILES+=usr/share/man/man8/dma.8.gz
4767OLD_FILES+=usr/share/examples/dma/mailer.conf
4768.endif
4769
4770.if ${MK_HYPERV} == no
4771OLD_FILES+=etc/rc.d/hv_kvpd
4772OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
4773OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info
4774OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info
4775OLD_FILES+=usr/sbin/hv_kvpd
4776.endif