Add an empty definition of the MIBS variable so that the makefile does
not try to use a MIBS definition from the environment. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
parent
555a5de270
commit
07841df0e6
@ -13,6 +13,7 @@ MAN= snmp_mibII.3
|
||||
|
||||
DEFS= ${MOD}_tree.def
|
||||
INCS= snmp_${MOD}.h
|
||||
MIBS=
|
||||
|
||||
CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I${.CURDIR}
|
||||
|
||||
|
@ -13,6 +13,7 @@ MAN= snmp_mibII.3
|
||||
|
||||
DEFS= ${MOD}_tree.def
|
||||
INCS= snmp_${MOD}.h
|
||||
MIBS=
|
||||
|
||||
CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I${.CURDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user