1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Use CFLAGS += instead of setting it directly.

This commit is contained in:
Nate Williams 1996-06-18 22:54:25 +00:00
parent 18f527dc18
commit fd6c426657
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16488

View File

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