Use CFLAGS += instead of setting it directly.
This commit is contained in:
parent
585a644fe0
commit
b02b380b6c
@ -6,7 +6,7 @@ MAN8= pccardd.8
|
||||
MAN5= pccard.conf.5
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
CFLAGS= -I${.CURDIR} -I${.CURDIR}/../pccardc
|
||||
.PATH: ${.CURDIR}/../pccardc
|
||||
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../pccardc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.PATH: ${.CURDIR}/../pccardc
|
||||
|
Loading…
Reference in New Issue
Block a user