summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-15 20:23:09 +0000
committerngie <ngie@FreeBSD.org>2015-11-15 20:23:09 +0000
commit5ff7d08c684c7200fa796bba4b40fcc3a0cf8277 (patch)
tree3eb92c9eb44ed6f004bed8cd0bc39f7287614257 /share/man/man4/Makefile
parent9f04bb19d0b5ef7a7fd40e485996c863efc629fc (diff)
downloadFreeBSD-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 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 80cf3e9..dad7ecd 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -297,7 +297,6 @@ MAN= aac.4 \
ng_atm.4 \
ngatmbase.4 \
ng_atmllc.4 \
- ng_bluetooth.4 \
ng_bpf.4 \
ng_bridge.4 \
ng_bt3c.4 \
@@ -816,6 +815,10 @@ _nvram2env.4= nvram2env.4
SUBDIR= man4.${MACHINE_CPUARCH}
.endif
+.if ${MK_BLUETOOTH} != "no"
+MAN+= ng_bluetooth.4
+.endif
+
.if ${MK_CCD} != "no"
_ccd.4= ccd.4
.endif
OpenPOWER on IntegriCloud