From f17e7cad7eeb14b49b9e9fa321cde0b8fc5bfc6d Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 24 Jan 2014 18:04:16 +0000 Subject: [PATCH] Fix the Makefiles so that the tests I submitted in r261081 will actually get built. Sponsored by: Spectra Logic MFC after: 13 days X-MFC-With: r261081 --- tests/Makefile | 2 +- tests/sys/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 88386eb37009..ba81cacc702b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,7 +2,7 @@ .include -SUBDIR= # still empty +SUBDIR= sys TESTSDIR= ${TESTSBASE} KYUAFILE= yes diff --git a/tests/sys/Makefile b/tests/sys/Makefile index cb41472998fc..85d51df08940 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -2,6 +2,7 @@ .include +SUBDIR= kern TESTSDIR= ${TESTSBASE}/sys KYUAFILE= yes