summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-01-24 20:12:30 +0000
committerharti <harti@FreeBSD.org>2004-01-24 20:12:30 +0000
commit1a1e1de6a013577526cb18326ea127c9eb71f4bf (patch)
treeb92684be5f47f8832b3e933f4ca7290fb87a9563 /usr.sbin/bsnmpd
parent8d604e6b087161c287308f7cda047db4a8e29abc (diff)
downloadFreeBSD-src-1a1e1de6a013577526cb18326ea127c9eb71f4bf.zip
FreeBSD-src-1a1e1de6a013577526cb18326ea127c9eb71f4bf.tar.gz
Rename the MIBS makefile variable to BMIBS so that it does not conflict
with the environment variable MIBS that is used by net-snmp.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/Makefile.inc6
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile.inc b/usr.sbin/bsnmpd/modules/Makefile.inc
index ebeb521..2aa608e 100644
--- a/usr.sbin/bsnmpd/modules/Makefile.inc
+++ b/usr.sbin/bsnmpd/modules/Makefile.inc
@@ -17,9 +17,9 @@ FILESGROUPS+= DEFS
DEFSDIR= ${SHAREDIR}/bsnmp/defs
.endif
-.if defined(MIBS)
-FILESGROUPS+= MIBS
-MIBSDIR= ${SHAREDIR}/bsnmp/mibs
+.if defined(BMIBS)
+FILESGROUPS+= BMIBS
+BMIBSDIR= ${SHAREDIR}/bsnmp/mibs
.endif
.include "../Makefile.inc"
diff --git a/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile b/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile
index 6c3cfb4..d032315 100644
--- a/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile
+++ b/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile
@@ -9,7 +9,7 @@ SRCS= snmp_netgraph.c
XSYM= begemotNg
MAN= snmp_netgraph.3
-MIBS= BEGEMOT-NETGRAPH.txt
+BMIBS= BEGEMOT-NETGRAPH.txt
DEFS= ${MOD}_tree.def
INCS= snmp_${MOD}.h
OpenPOWER on IntegriCloud