mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Set include path.
This commit is contained in:
parent
5193feb69e
commit
6f9c571fe3
1 changed files with 3 additions and 0 deletions
|
|
@ -6,4 +6,7 @@ MAN= fwcontrol.8
|
|||
|
||||
.PATH: ${.CURDIR}/../../sys/dev/firewire
|
||||
|
||||
SDIR= ${.CURDIR}/../../sys
|
||||
CFLAGS+=-I${.CURDIR} -I${SDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue