Fix buildworld broken in r315230 when /sys doesn't point into a right
source tree. Usage of SYSDIR is apparently wrong here. Discussed with: allanjude
This commit is contained in:
parent
460a69c6a0
commit
f5795dcff8
@ -44,7 +44,7 @@ ${PACKAGE}FILES+= conf.sh
|
||||
TEST_METADATA.$t+= required_user="root"
|
||||
.endfor
|
||||
|
||||
CFLAGS.pbkdf2_test= -I${SYSDIR}/sys
|
||||
CFLAGS.pbkdf2_test= -I${SRCTOP}/sys
|
||||
|
||||
SRCS.pbkdf2_test= \
|
||||
hmac_test.c \
|
||||
|
Loading…
Reference in New Issue
Block a user