summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 1f3b3ab..d548072 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -169,6 +169,13 @@ FILES= DAEMON \
zfs \
zvol
+.if ${MK_BLUETOOTH} != "no"
+_bluetooth= bluetooth
+_bthidd= bthidd
+_hcsecd= hcsecd
+_ubthidhci= ubthidhci
+.endif
+
.if ${MK_IPX} != "no"
_ipxrouted= ipxrouted
.endif
@@ -180,6 +187,10 @@ _kfd= kfd
_kpasswdd= kpasswdd
.endif
+.if ${MK_NS_CACHING} != "no"
+_nscd= nscd
+.endif
+
.if ${MK_OFED} != "no"
_opensm= opensm
.endif
@@ -188,17 +199,6 @@ _opensm= opensm
_sshd= sshd
.endif
-.if ${MK_NS_CACHING} != "no"
-_nscd= nscd
-.endif
-
-.if ${MK_BLUETOOTH} != "no"
-_bluetooth= bluetooth
-_bthidd= bthidd
-_hcsecd= hcsecd
-_ubthidhci= ubthidhci
-.endif
-
.if ${MK_UNBOUND} != "no"
_unbound= local_unbound
.endif
OpenPOWER on IntegriCloud