From 20a08c7aa6060128395fef845ebf54389be078df Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 15 Nov 2014 05:05:32 +0000 Subject: MFC r274021: Remove explicit KYUAFILE=yes from tests/sys/Makefile 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 --- tests/sys/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/sys/Makefile b/tests/sys/Makefile index 88b558e..498ca04 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -2,12 +2,8 @@ .include -.PATH: ${.CURDIR}/.. - TESTS_SUBDIRS+= kern TESTS_SUBDIRS+= netinet TESTSDIR= ${TESTSBASE}/sys -KYUAFILE= yes - .include -- cgit v1.1