mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Use CFLAGS+=.
This commit is contained in:
parent
29c711f038
commit
da42b93280
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
KMOD= if_arl
|
||||
SRCS= if_arl.c if_arl_isa.c
|
||||
SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h
|
||||
CFLAGS= -I${.CURDIR}/../..
|
||||
CFLAGS+= -I${.CURDIR}/../..
|
||||
|
||||
opt_inet.h:
|
||||
echo "#define INET 1" > opt_inet.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue