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:
harti 2003-11-13 10:18:16 +00:00
parent c92feb226d
commit a13d5675bc
2 changed files with 2 additions and 0 deletions
lib/libbsnmp/modules/snmp_mibII
usr.sbin/bsnmpd/modules/snmp_mibII

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