Set include path.

This commit is contained in:
Hidetoshi Shimokawa 2003-04-30 03:39:25 +00:00
parent 5193feb69e
commit 6f9c571fe3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114275

View file

@ -6,4 +6,7 @@ MAN= fwcontrol.8
.PATH: ${.CURDIR}/../../sys/dev/firewire
SDIR= ${.CURDIR}/../../sys
CFLAGS+=-I${.CURDIR} -I${SDIR}
.include <bsd.prog.mk>