mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Rename the makefile variable MIBS to BMIBS so that it does not
conflict with the environment variable MIBS that is used by net-snmp.
This commit is contained in:
parent
0543f20b95
commit
92ba581c32
1 changed files with 3 additions and 3 deletions
|
|
@ -15,10 +15,10 @@ CLEANFILES= oid.h tree.c tree.h
|
|||
MAN= bsnmpd.1 snmpmod.3
|
||||
WARNS?= 6
|
||||
|
||||
FILESGROUPS= MIBS DEFS
|
||||
FILESGROUPS= BMIBS DEFS
|
||||
|
||||
MIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt
|
||||
MIBSDIR= ${SHAREDIR}/bsnmp/mibs
|
||||
BMIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt
|
||||
BMIBSDIR= ${SHAREDIR}/bsnmp/mibs
|
||||
DEFS= tree.def
|
||||
DEFSDIR= ${SHAREDIR}/bsnmp/defs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue