Module Name: src
Committed By: christos
Date: Mon Apr 15 20:21:35 UTC 2019
Modified Files:
src/tests/modules/ufetchstore: Makefile
Log Message:
fix TESTSDIR.
http://releng.netbsd.org/builds/HEAD/201904150550Z/evbarm-earm.build.failed
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/modules/ufetchstore/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/modules/ufetchstore/Makefile
diff -u src/tests/modules/ufetchstore/Makefile:1.1 src/tests/modules/ufetchstore/Makefile:1.2
--- src/tests/modules/ufetchstore/Makefile:1.1 Sat Apr 6 07:54:25 2019
+++ src/tests/modules/ufetchstore/Makefile Mon Apr 15 16:21:35 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/04/06 11:54:25 maya Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/15 20:21:35 christos Exp $
.include <bsd.own.mk>
-TESTSDIR= ${TESTSBASE}/modules
+TESTSDIR= ${TESTSBASE}/modules/ufetchstore
CPPFLAGS+= -D_KERNTYPES -I${.CURDIR}/module
# Ideally this test could be in the parent Makefile, which could not descend