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:
Gleb Smirnoff 2017-03-15 05:31:02 +00:00
parent 7d88be4c03
commit 1c0b5002f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315292

View File

@ -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 \