mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
No need to specify the include subdirectory. During buildworld the
correct files are included from a temp. include directory. Explained by: ru
This commit is contained in:
parent
e6ebcf9203
commit
09907cdf46
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,6 @@ INCS= snmp_${MOD}.h
|
|||
|
||||
EXTRAMIBDEFS= atm_freebsd.def
|
||||
|
||||
CFLAGS+= -I${SNMP_ATM} -I${CONTRIB}/snmpd -I${CONTRIB}/snmp_mibII
|
||||
CFLAGS+= -I${SNMP_ATM}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue