From b199751c6b05ca77b1b953c5b913844c377b05b9 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 15 Nov 2014 05:05:32 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/stable/10@274541 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tests/sys/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/sys/Makefile b/tests/sys/Makefile index 88b558ef3..498ca040e 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 -- 2.45.0