mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146535
@ -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