summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile5
-rw-r--r--share/man/man5/Makefile9
2 files changed, 10 insertions, 4 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
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index a3e8c0f..fce2ec9 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -7,9 +7,6 @@
MAN= acct.5 \
ar.5 \
a.out.5 \
- bluetooth.device.conf.5 \
- bluetooth.hosts.5 \
- bluetooth.protocols.5 \
${_boot.config.5} \
core.5 \
devfs.5 \
@@ -83,6 +80,12 @@ MLINKS+=resolver.5 resolv.conf.5
MAN+= autofs.5
.endif
+.if ${MK_BLUETOOTH} != "no"
+MAN+= bluetooth.device.conf.5 \
+ bluetooth.hosts.5 \
+ bluetooth.protocols.5
+.endif
+
.if ${MK_FREEBSD_UPDATE} != "no"
MAN+= freebsd-update.conf.5
.endif
OpenPOWER on IntegriCloud