Rename the MIBS makefile variable to BMIBS so that it does not conflict

with the environment variable MIBS that is used by net-snmp.
This commit is contained in:
Hartmut Brandt 2004-01-24 20:12:30 +00:00
parent b9509b56fa
commit 0543f20b95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124926
4 changed files with 8 additions and 8 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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