mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Use CFLAGS+=.
This commit is contained in:
parent
29c711f038
commit
da42b93280
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141568
@ -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 New Issue
Block a user