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:
glebius 2017-03-15 05:31:02 +00:00
parent 460a69c6a0
commit f5795dcff8

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 \