diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sys/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/sys/Makefile b/tests/sys/Makefile index 85d51df..ea8b3c4 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -2,13 +2,11 @@ .include <bsd.own.mk> -SUBDIR= kern +.PATH: ${.CURDIR}/.. + +TESTS_SUBDIRS+= kern TESTSDIR= ${TESTSBASE}/sys KYUAFILE= yes -CLEANFILES+= Kyuafile -Kyuafile: ${.CURDIR}/../Kyuafile - cp -f ${.CURDIR}/../Kyuafile . - .include <bsd.test.mk> |