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/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index d548072..434896b 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -27,7 +27,6 @@ FILES= DAEMON \
${_bluetooth} \
bootparams \
bridge \
- bsnmpd \
${_bthidd} \
ccd \
cleanvar \
@@ -176,6 +175,10 @@ _hcsecd= hcsecd
_ubthidhci= ubthidhci
.endif
+.if ${MK_BSNMP} != "no"
+FILES+= bsnmpd
+.endif
+
.if ${MK_IPX} != "no"
_ipxrouted= ipxrouted
.endif
OpenPOWER on IntegriCloud