diff options
author | gjb <gjb@FreeBSD.org> | 2016-04-29 05:28:40 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-04-29 05:28:40 +0000 |
commit | 06b209e9f5a8dcaee81d632c1c5b3785a1ec6382 (patch) | |
tree | c76f8a71c5521ffc0b912376ae03be98a81ff7b3 /gnu | |
parent | 695162c3413a87933c9895e4de9fb4fda8cb7ac9 (diff) | |
download | FreeBSD-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 'gnu')
-rw-r--r-- | gnu/lib/tests/Makefile | 3 | ||||
-rw-r--r-- | gnu/tests/Makefile | 3 | ||||
-rw-r--r-- | gnu/usr.bin/tests/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/gnu/lib/tests/Makefile b/gnu/lib/tests/Makefile index 609357e..06058a0 100644 --- a/gnu/lib/tests/Makefile +++ b/gnu/lib/tests/Makefile @@ -2,8 +2,9 @@ .include <bsd.own.mk> +FILESGROUPS= FILES PACKAGE= tests -FILESGROUPS= TESTS +FILESGROUPS+= TESTS TESTSPACKAGE= ${PACKAGE} TESTS+= Kyuafile diff --git a/gnu/tests/Makefile b/gnu/tests/Makefile index 609357e..06058a0 100644 --- a/gnu/tests/Makefile +++ b/gnu/tests/Makefile @@ -2,8 +2,9 @@ .include <bsd.own.mk> +FILESGROUPS= FILES PACKAGE= tests -FILESGROUPS= TESTS +FILESGROUPS+= TESTS TESTSPACKAGE= ${PACKAGE} TESTS+= Kyuafile diff --git a/gnu/usr.bin/tests/Makefile b/gnu/usr.bin/tests/Makefile index 609357e..06058a0 100644 --- a/gnu/usr.bin/tests/Makefile +++ b/gnu/usr.bin/tests/Makefile @@ -2,8 +2,9 @@ .include <bsd.own.mk> +FILESGROUPS= FILES PACKAGE= tests -FILESGROUPS= TESTS +FILESGROUPS+= TESTS TESTSPACKAGE= ${PACKAGE} TESTS+= Kyuafile |