Deleted Added
full compact
OptionalObsoleteFiles.inc (300940) OptionalObsoleteFiles.inc (301226)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 300940 2016-05-29 04:56:48Z ngie $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 301226 2016-06-02 19:06:04Z lidl $
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/rc.d/accounting
10OLD_FILES+=etc/periodic/daily/310.accounting

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

426.endif
427OLD_FILES+=usr/share/man/man1/objdump.1.gz
428OLD_FILES+=usr/share/man/man7/as.7.gz
429OLD_FILES+=usr/share/man/man7/ld.7.gz
430OLD_FILES+=usr/share/man/man7/ldint.7.gz
431OLD_FILES+=usr/share/man/man7/binutils.7.gz
432.endif
433
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/rc.d/accounting
10OLD_FILES+=etc/periodic/daily/310.accounting

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

426.endif
427OLD_FILES+=usr/share/man/man1/objdump.1.gz
428OLD_FILES+=usr/share/man/man7/as.7.gz
429OLD_FILES+=usr/share/man/man7/ld.7.gz
430OLD_FILES+=usr/share/man/man7/ldint.7.gz
431OLD_FILES+=usr/share/man/man7/binutils.7.gz
432.endif
433
434.if ${MK_BLACKLIST_SUPPORT} == no
435OLD_FILES+=etc/rc.d/blacklistd
436OLD_FILES+=usr/include/blacklist.h
437OLD_FILES+=usr/lib/libblacklist.a
438OLD_FILES+=usr/lib/libblacklist_p.a
439OLD_FILES+=usr/lib/libblacklist.so
440OLD_LIBS+=usr/lib/libblacklist.so.0
441OLD_FILES+=usr/libexec/blacklistd-helper
442OLD_FILES+=usr/sbin/blacklistctl
443OLD_FILES+=usr/sbin/blacklistd
444OLD_FILES+=usr/share/man/man3/blacklist.3.gz
445OLD_FILES+=usr/share/man/man3/blacklist_close.3.gz
446OLD_FILES+=usr/share/man/man3/blacklist_open.3.gz
447OLD_FILES+=usr/share/man/man3/blacklist_r.3.gz
448OLD_FILES+=usr/share/man/man3/blacklist_sa.3.gz
449OLD_FILES+=usr/share/man/man3/blacklist_sa_r.3.gz
450OLD_FILES+=usr/share/man/man8/blacklistctl.8.gz
451OLD_FILES+=usr/share/man/man8/blacklistd.8.gz
452.endif
453
434.if ${MK_BLUETOOTH} == no
435OLD_FILES+=etc/bluetooth/hcsecd.conf
436OLD_FILES+=etc/bluetooth/hosts
437OLD_FILES+=etc/bluetooth/protocols
438OLD_FILES+=etc/defaults/bluetooth.device.conf
439OLD_DIRS+=etc/bluetooth
440OLD_FILES+=etc/rc.d/bluetooth
441OLD_FILES+=etc/rc.d/bthidd

--- 8851 unchanged lines hidden ---
454.if ${MK_BLUETOOTH} == no
455OLD_FILES+=etc/bluetooth/hcsecd.conf
456OLD_FILES+=etc/bluetooth/hosts
457OLD_FILES+=etc/bluetooth/protocols
458OLD_FILES+=etc/defaults/bluetooth.device.conf
459OLD_DIRS+=etc/bluetooth
460OLD_FILES+=etc/rc.d/bluetooth
461OLD_FILES+=etc/rc.d/bthidd

--- 8851 unchanged lines hidden ---