summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-04-29 05:28:40 +0000
committergjb <gjb@FreeBSD.org>2016-04-29 05:28:40 +0000
commit06b209e9f5a8dcaee81d632c1c5b3785a1ec6382 (patch)
treec76f8a71c5521ffc0b912376ae03be98a81ff7b3 /lib
parent695162c3413a87933c9895e4de9fb4fda8cb7ac9 (diff)
downloadFreeBSD-src-06b209e9f5a8dcaee81d632c1c5b3785a1ec6382.zip
FreeBSD-src-06b209e9f5a8dcaee81d632c1c5b3785a1ec6382.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/atf/libatf-c/tests/detail/Makefile3
-rw-r--r--lib/atf/tests/Makefile3
-rw-r--r--lib/atf/tests/test-programs/Makefile3
-rw-r--r--lib/tests/Makefile3
4 files changed, 8 insertions, 4 deletions
diff --git a/lib/atf/libatf-c/tests/detail/Makefile b/lib/atf/libatf-c/tests/detail/Makefile
index 296d2dd..13f3819 100644
--- a/lib/atf/libatf-c/tests/detail/Makefile
+++ b/lib/atf/libatf-c/tests/detail/Makefile
@@ -2,8 +2,9 @@
.include <bsd.init.mk>
+FILESGROUPS= FILES
PACKAGE= tests
-FILESGROUPS= TESTS
+FILESGROUPS+= TESTS
TESTSPACKAGE= ${PACKAGE}
TESTS+= Kyuafile
diff --git a/lib/atf/tests/Makefile b/lib/atf/tests/Makefile
index ee99804..44ed728 100644
--- a/lib/atf/tests/Makefile
+++ b/lib/atf/tests/Makefile
@@ -2,8 +2,9 @@
.include <bsd.own.mk>
+FILESGROUPS= FILES
PACKAGE= tests
-FILESGROUPS= TESTS
+FILESGROUPS+= TESTS
TESTSPACKAGE= ${PACKAGE}
TESTSDIR= ${TESTSBASE}/lib/atf
TESTS+= Kyuafile
diff --git a/lib/atf/tests/test-programs/Makefile b/lib/atf/tests/test-programs/Makefile
index 24f7b79..4d756cf 100644
--- a/lib/atf/tests/test-programs/Makefile
+++ b/lib/atf/tests/test-programs/Makefile
@@ -2,8 +2,9 @@
.include <bsd.init.mk>
+FILESGROUPS= FILES
PACKAGE= tests
-FILESGROUPS= TESTS
+FILESGROUPS+= TESTS
TESTSPACKAGE= ${PACKAGE}
TESTSDIR= ${TESTSBASE}/lib/atf/test-programs
TESTS+= Kyuafile
diff --git a/lib/tests/Makefile b/lib/tests/Makefile
index 609357e..06058a0 100644
--- a/lib/tests/Makefile
+++ b/lib/tests/Makefile
@@ -2,8 +2,9 @@
.include <bsd.own.mk>
+FILESGROUPS= FILES
PACKAGE= tests
-FILESGROUPS= TESTS
+FILESGROUPS+= TESTS
TESTSPACKAGE= ${PACKAGE}
TESTS+= Kyuafile
OpenPOWER on IntegriCloud