From 49dae58b287906be26f56ba3e3dc693c3ba8cf37 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 29 Apr 2016 05:28:40 +0000 Subject: Fix including Kyuafile in packaged base system. Fix a related typo while here. Note, this change results in the Kyuafile inclusion in the runtime package, which needs to be fixed, however addresses the PR as far as I can tell in my tests. PR: 209114 Submitted by: ngie Sponsored by: The FreeBSD Foundation --- cddl/usr.sbin/tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cddl/usr.sbin/tests/Makefile') diff --git a/cddl/usr.sbin/tests/Makefile b/cddl/usr.sbin/tests/Makefile index 609357e57d33..06058a0be5e4 100644 --- a/cddl/usr.sbin/tests/Makefile +++ b/cddl/usr.sbin/tests/Makefile @@ -2,8 +2,9 @@ .include +FILESGROUPS= FILES PACKAGE= tests -FILESGROUPS= TESTS +FILESGROUPS+= TESTS TESTSPACKAGE= ${PACKAGE} TESTS+= Kyuafile -- cgit v1.2.3