summaryrefslogtreecommitdiffstats
path: root/share/man/man5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man5/Makefile')
-rw-r--r--share/man/man5/Makefile9
1 files changed, 6 insertions, 3 deletions
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