From 06b209e9f5a8dcaee81d632c1c5b3785a1ec6382 Mon Sep 17 00:00:00 2001 From: gjb 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/sbin/tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cddl/sbin') diff --git a/cddl/sbin/tests/Makefile b/cddl/sbin/tests/Makefile index 609357e..06058a0 100644 --- a/cddl/sbin/tests/Makefile +++ b/cddl/sbin/tests/Makefile @@ -2,8 +2,9 @@ .include +FILESGROUPS= FILES PACKAGE= tests -FILESGROUPS= TESTS +FILESGROUPS+= TESTS TESTSPACKAGE= ${PACKAGE} TESTS+= Kyuafile -- cgit v1.1