summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-10 13:32:05 +0000
committerngie <ngie@FreeBSD.org>2015-11-10 13:32:05 +0000
commit5682deb2b0085b462ca855ba9075ae9b2427108b (patch)
tree0bb73fd22b9f698e96e08ff21c57e326d6259933 /share/man
parent8bc9b090d8f6c576fd02b07b642dd6360652b6dc (diff)
downloadFreeBSD-src-5682deb2b0085b462ca855ba9075ae9b2427108b.zip
FreeBSD-src-5682deb2b0085b462ca855ba9075ae9b2427108b.tar.gz
Move the MK_BLUETOOTH block down below the architecture specific sections by the
other generic options MFC after: 3 days X-MFC with: r290659 PR: 193260 Sponsored by: EMC / Isilon Storage Divisions
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 0650d9d..a3d5370 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -820,10 +820,6 @@ _bhyve.4= bhyve.4
.endif
.endif
-.if ${MK_BLUETOOTH} != "no"
-MAN+= ng_bluetooth.4
-.endif
-
.if ${MACHINE_CPUARCH} == "mips"
_nvram2env.4= nvram2env.4
.endif
@@ -832,6 +828,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