Deleted Added
full compact
OptionalObsoleteFiles.inc (277727) OptionalObsoleteFiles.inc (277728)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 277727 2015-01-26 06:44:48Z ngie $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 277728 2015-01-26 07:15:49Z 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_AUTOFS} == no
148OLD_FILES+=etc/autofs/include_ldap
149OLD_FILES+=etc/autofs/special_hosts
150OLD_FILES+=etc/autofs/special_media
151OLD_FILES+=etc/autofs/special_null
152OLD_FILES+=etc/auto_master
153OLD_FILES+=etc/rc.d/automount
154OLD_FILES+=etc/rc.d/automountd
155OLD_FILES+=etc/rc.d/autounmountd
156OLD_FILES+=usr/sbin/automount
157OLD_FILES+=usr/sbin/automountd
158OLD_FILES+=usr/sbin/autounmountd
159OLD_FILES+=usr/share/man/man5/autofs.5.gz
160OLD_FILES+=usr/share/man/man5/auto_master.5.gz
161OLD_FILES+=usr/share/man/man8/automount.8.gz
162OLD_FILES+=usr/share/man/man8/automountd.8.gz
163OLD_FILES+=usr/share/man/man8/autounmountd.8.gz
164OLD_DIRS+=etc/autofs
165.endif
166
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

--- 4871 unchanged lines hidden ---
167.if ${MK_BHYVE} == no
168OLD_FILES+=usr/sbin/bhyve
169OLD_FILES+=usr/sbin/bhyvectl
170OLD_FILES+=usr/sbin/bhyveload
171OLD_FILES+=usr/share/examples/bhyve/vmrun.sh
172OLD_FILES+=usr/share/man/man8/bhyve.8.gz
173OLD_FILES+=usr/share/man/man8/bhyveload.8.gz
174OLD_DIRS+=usr/share/examples/bhyve

--- 4871 unchanged lines hidden ---