Changeset View
Changeset View
Standalone View
Standalone View
head/tools/build/mk/OptionalObsoleteFiles.inc
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 425 Lines • ▼ Show 20 Lines | |||||
| .endif | .endif | ||||
| OLD_FILES+=usr/share/man/man1/objdump.1.gz | OLD_FILES+=usr/share/man/man1/objdump.1.gz | ||||
| OLD_FILES+=usr/share/man/man7/as.7.gz | OLD_FILES+=usr/share/man/man7/as.7.gz | ||||
| OLD_FILES+=usr/share/man/man7/ld.7.gz | OLD_FILES+=usr/share/man/man7/ld.7.gz | ||||
| OLD_FILES+=usr/share/man/man7/ldint.7.gz | OLD_FILES+=usr/share/man/man7/ldint.7.gz | ||||
| OLD_FILES+=usr/share/man/man7/binutils.7.gz | OLD_FILES+=usr/share/man/man7/binutils.7.gz | ||||
| .endif | .endif | ||||
| .if ${MK_BLACKLIST_SUPPORT} == no | |||||
| OLD_FILES+=etc/rc.d/blacklistd | |||||
| OLD_FILES+=usr/include/blacklist.h | |||||
| OLD_FILES+=usr/lib/libblacklist.a | |||||
| OLD_FILES+=usr/lib/libblacklist_p.a | |||||
| OLD_FILES+=usr/lib/libblacklist.so | |||||
| OLD_LIBS+=usr/lib/libblacklist.so.0 | |||||
| OLD_FILES+=usr/libexec/blacklistd-helper | |||||
| OLD_FILES+=usr/sbin/blacklistctl | |||||
| OLD_FILES+=usr/sbin/blacklistd | |||||
| OLD_FILES+=usr/share/man/man3/blacklist.3.gz | |||||
| OLD_FILES+=usr/share/man/man3/blacklist_close.3.gz | |||||
| OLD_FILES+=usr/share/man/man3/blacklist_open.3.gz | |||||
| OLD_FILES+=usr/share/man/man3/blacklist_r.3.gz | |||||
| OLD_FILES+=usr/share/man/man3/blacklist_sa.3.gz | |||||
| OLD_FILES+=usr/share/man/man3/blacklist_sa_r.3.gz | |||||
| OLD_FILES+=usr/share/man/man8/blacklistctl.8.gz | |||||
| OLD_FILES+=usr/share/man/man8/blacklistd.8.gz | |||||
| .endif | |||||
| .if ${MK_BLUETOOTH} == no | .if ${MK_BLUETOOTH} == no | ||||
| OLD_FILES+=etc/bluetooth/hcsecd.conf | OLD_FILES+=etc/bluetooth/hcsecd.conf | ||||
| OLD_FILES+=etc/bluetooth/hosts | OLD_FILES+=etc/bluetooth/hosts | ||||
| OLD_FILES+=etc/bluetooth/protocols | OLD_FILES+=etc/bluetooth/protocols | ||||
| OLD_FILES+=etc/defaults/bluetooth.device.conf | OLD_FILES+=etc/defaults/bluetooth.device.conf | ||||
| OLD_DIRS+=etc/bluetooth | OLD_DIRS+=etc/bluetooth | ||||
| OLD_FILES+=etc/rc.d/bluetooth | OLD_FILES+=etc/rc.d/bluetooth | ||||
| OLD_FILES+=etc/rc.d/bthidd | OLD_FILES+=etc/rc.d/bthidd | ||||
| ▲ Show 20 Lines • Show All 8,851 Lines • Show Last 20 Lines | |||||