Deleted Added
full compact
OptionalObsoleteFiles.inc (278556) OptionalObsoleteFiles.inc (278557)
1#
1#
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 278556 2015-02-11 07:12:00Z ngie $
2# $FreeBSD: stable/10/tools/build/mk/OptionalObsoleteFiles.inc 278557 2015-02-11 07:21:16Z ngie $
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

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

139
140.if ${MK_AUTHPF} == no
141OLD_FILES+=usr/sbin/authpf
142OLD_FILES+=usr/sbin/authpf-noip
143OLD_FILES+=usr/share/man/man8/authpf.8.gz
144OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
145.endif
146
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

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

139
140.if ${MK_AUTHPF} == no
141OLD_FILES+=usr/sbin/authpf
142OLD_FILES+=usr/sbin/authpf-noip
143OLD_FILES+=usr/share/man/man8/authpf.8.gz
144OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
145.endif
146
147.if ${MK_BHYVE} == no
148OLD_FILES+=usr/sbin/bhyve
149OLD_FILES+=usr/sbin/bhyvectl
150OLD_FILES+=usr/sbin/bhyveload
151OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
152OLD_FILES+=usr/share/man/man8/bhyve.8.gz
153OLD_FILES+=usr/share/man/man8/bhyveload.8.gz
154OLD_DIRS+=usr/share/examples/bhyve
155.endif
156
147.if ${MK_BLUETOOTH} == no
148OLD_FILES+=etc/bluetooth/hcsecd.conf
149OLD_FILES+=etc/bluetooth/hosts
150OLD_FILES+=etc/bluetooth/protocols
151OLD_DIRS+=etc/bluetooth
152OLD_FILES+=etc/defaults/bluetooth.device.conf
153OLD_FILES+=usr/bin/bthost
154OLD_FILES+=usr/bin/btsockstat

--- 4717 unchanged lines hidden ---
157.if ${MK_BLUETOOTH} == no
158OLD_FILES+=etc/bluetooth/hcsecd.conf
159OLD_FILES+=etc/bluetooth/hosts
160OLD_FILES+=etc/bluetooth/protocols
161OLD_DIRS+=etc/bluetooth
162OLD_FILES+=etc/defaults/bluetooth.device.conf
163OLD_FILES+=usr/bin/bthost
164OLD_FILES+=usr/bin/btsockstat

--- 4717 unchanged lines hidden ---