1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Use CFLAGS+=.

This commit is contained in:
Ruslan Ermilov 2005-02-09 11:50:43 +00:00
parent 29c711f038
commit da42b93280
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141568

View File

@ -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