This module was wrongly including header from /usr/include. Give it
the correct path to the source headers.
This commit is contained in:
parent
c90a265333
commit
14bf9dc9bc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user