diff options
author | ngie <ngie@FreeBSD.org> | 2015-11-15 20:23:09 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-11-15 20:23:09 +0000 |
commit | 5ff7d08c684c7200fa796bba4b40fcc3a0cf8277 (patch) | |
tree | 3eb92c9eb44ed6f004bed8cd0bc39f7287614257 /tools | |
parent | 9f04bb19d0b5ef7a7fd40e485996c863efc629fc (diff) | |
download | FreeBSD-src-5ff7d08c684c7200fa796bba4b40fcc3a0cf8277.zip FreeBSD-src-5ff7d08c684c7200fa796bba4b40fcc3a0cf8277.tar.gz |
MFC r290659,r290660:
r290659:
- Move ng_bluetooth.4 under MK_BLUETOOTH != no
- Move all section 5 bluetooth manpages under MK_BLUETOOTH != no
PR: 193260
Reported by: Philippe Michel <philippe.michel7@sfr.fr>
Sponsored by: EMC / Isilon Storage Division
r290660:
Move the MK_BLUETOOTH block down below the architecture specific sections by the
other generic options
PR: 193260
Sponsored by: EMC / Isilon Storage Divisions
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index ade842b..549b7b6 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -296,6 +296,10 @@ OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz OLD_FILES+=usr/share/man/man3/sdp_search.3.gz OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz +OLD_FILES+=usr/share/man/man4/ng_bluetooth.4.gz +OLD_FILES+=usr/share/man/man5/bluetooth.device.conf.5.gz +OLD_FILES+=usr/share/man/man5/bluetooth.hosts.5.gz +OLD_FILES+=usr/share/man/man5/bluetooth.protocols.5.gz OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz OLD_FILES+=usr/share/man/man8/bcmfw.8.gz OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz |