This module was wrongly including header from /usr/include. Give it

the correct path to the source headers.
This commit is contained in:
Hartmut Brandt 2005-05-23 12:24:46 +00:00
parent c90a265333
commit 14bf9dc9bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146535

View File

@ -17,6 +17,6 @@ INCS= snmp_${MOD}.h
EXTRAMIBDEFS= atm_freebsd.def
CFLAGS+= -I${SNMP_ATM}
CFLAGS+= -I${SNMP_ATM} -I${CONTRIB}/snmpd -I${CONTRIB}/snmp_mibII
.include <bsd.lib.mk>