summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-02 09:56:57 +0000
committerngie <ngie@FreeBSD.org>2015-02-02 09:56:57 +0000
commit22af0668e82bec17b4a1b6292302d417fcacb9ad (patch)
tree1cb6feb80f8989c0d46a11dde7a43b0b4574368c /etc
parent99d3fdc9f394dbc9e14f8e7235b6648606448c07 (diff)
downloadFreeBSD-src-22af0668e82bec17b4a1b6292302d417fcacb9ad.zip
FreeBSD-src-22af0668e82bec17b4a1b6292302d417fcacb9ad.tar.gz
MFC r277686,r277687:
r277686: Install bsnmp rc.d script if MK_BSNMP != no Sponsored by: EMC / Isilon Storage Division r277687: Fill in entries for MK_BSNMP == no Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-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