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:
Hartmut Brandt 2003-11-13 10:18:16 +00:00
parent 555a5de270
commit 07841df0e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122611
2 changed files with 2 additions and 0 deletions

View File

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

View File

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