This causes the directory traversing Kyuafile to be installed, which in turn
causes tests/sys/pjdfstest to always be run from /usr/tests/sys
Let KYUAFILE default to auto, so the file generated by suite.test.mk gets
installed instead
MFC after: 1 week
.include <bsd.own.mk>
-.PATH: ${.CURDIR}/..
-
TESTSDIR= ${TESTSBASE}/sys
TESTS_SUBDIRS+= kern
# Items not integrated into kyua runs by default
SUBDIR+= pjdfstest
-KYUAFILE= yes
-
.include <bsd.test.mk>