mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
I overlooked an absolute path.
Submitted by: Henric Jungheim <henric@attbi.com>
This commit is contained in:
parent
11e1ea96f6
commit
936f458807
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ SRCS+= rijndael-alg-fst.c
|
|||
SRCS+= rijndael-api-fst.c
|
||||
SRCS+= g_bde_lock.c
|
||||
|
||||
CFLAGS+= -I/sys
|
||||
CFLAGS+= -I${.CURDIR}/../../sys
|
||||
.PATH: ${.CURDIR}/../../sys/geom ${.CURDIR}/../../sys/geom/bde \
|
||||
${.CURDIR}/../../sys/crypto/rijndael
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue