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 DEFSDIR= ${SHAREDIR}/bsnmp/defs
.endif .endif
.if defined(MIBS) .if defined(BMIBS)
FILESGROUPS+= MIBS FILESGROUPS+= BMIBS
MIBSDIR= ${SHAREDIR}/bsnmp/mibs BMIBSDIR= ${SHAREDIR}/bsnmp/mibs
.endif .endif
.include "../Makefile.inc" .include "../Makefile.inc"

View File

@ -9,7 +9,7 @@ SRCS= snmp_netgraph.c
XSYM= begemotNg XSYM= begemotNg
MAN= snmp_netgraph.3 MAN= snmp_netgraph.3
MIBS= BEGEMOT-NETGRAPH.txt BMIBS= BEGEMOT-NETGRAPH.txt
DEFS= ${MOD}_tree.def DEFS= ${MOD}_tree.def
INCS= snmp_${MOD}.h INCS= snmp_${MOD}.h

View File

@ -17,9 +17,9 @@ FILESGROUPS+= DEFS
DEFSDIR= ${SHAREDIR}/bsnmp/defs DEFSDIR= ${SHAREDIR}/bsnmp/defs
.endif .endif
.if defined(MIBS) .if defined(BMIBS)
FILESGROUPS+= MIBS FILESGROUPS+= BMIBS
MIBSDIR= ${SHAREDIR}/bsnmp/mibs BMIBSDIR= ${SHAREDIR}/bsnmp/mibs
.endif .endif
.include "../Makefile.inc" .include "../Makefile.inc"

View File

@ -9,7 +9,7 @@ SRCS= snmp_netgraph.c
XSYM= begemotNg XSYM= begemotNg
MAN= snmp_netgraph.3 MAN= snmp_netgraph.3
MIBS= BEGEMOT-NETGRAPH.txt BMIBS= BEGEMOT-NETGRAPH.txt
DEFS= ${MOD}_tree.def DEFS= ${MOD}_tree.def
INCS= snmp_${MOD}.h INCS= snmp_${MOD}.h