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

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

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
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

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

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
4771OLD_FILES+=etc/devd/hyperv.conf
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
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