Specify the system directory for which we put in our include path
as a separate line so we can override it on the command line if we need to.
This commit is contained in:
parent
3190e369c1
commit
5461ac5c7d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56377
@ -34,6 +34,7 @@ MLINKS+=cam.3 cam_open_device.3 \
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/cam/scsi ${.CURDIR}/../../sys/cam
|
||||
|
||||
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../sys
|
||||
SDIR= ${.CURDIR}/../../sys
|
||||
CFLAGS+=-I${.CURDIR} -I${SDIR}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user