summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2018-01-12 04:25:16 +0000
committerasomers <asomers@FreeBSD.org>2018-01-12 04:25:16 +0000
commit0fd1414a4b517d26f2f41616b27a25c6aff9a003 (patch)
treef6377e7f0f5efbec25a5c979148e45c8b9db3c84 /tests
parentb9ce633b81e535d353bcb15c50f96850fe2554c1 (diff)
downloadFreeBSD-src-0fd1414a4b517d26f2f41616b27a25c6aff9a003.zip
FreeBSD-src-0fd1414a4b517d26f2f41616b27a25c6aff9a003.tar.gz
MFC r315292
r315292 (by glebius) 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
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/geom/class/eli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/geom/class/eli/Makefile b/tests/sys/geom/class/eli/Makefile
index e41b6d6..cc71e5a 100644
--- a/tests/sys/geom/class/eli/Makefile
+++ b/tests/sys/geom/class/eli/Makefile
@@ -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 \
OpenPOWER on IntegriCloud