diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-03 01:08:51 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-03 01:08:51 +0000 |
commit | 1612fa0c76ad57a082dd0594fca82277ce2bb283 (patch) | |
tree | a38aac22d96e79f9be8393e5c9e958f6eabab0f1 /lib/libc | |
parent | 811267757ad9cbb2d6782e164efc2b47adfcd187 (diff) | |
download | FreeBSD-src-1612fa0c76ad57a082dd0594fca82277ce2bb283.zip FreeBSD-src-1612fa0c76ad57a082dd0594fca82277ce2bb283.tar.gz |
Fix another 'tests' packaging error.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/gen/posix_spawn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/tests/gen/posix_spawn/Makefile b/lib/libc/tests/gen/posix_spawn/Makefile index 9bb2cf1..a3e88af 100644 --- a/lib/libc/tests/gen/posix_spawn/Makefile +++ b/lib/libc/tests/gen/posix_spawn/Makefile @@ -2,6 +2,10 @@ .include <bsd.own.mk> +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + BINDIR= ${TESTSDIR} NETBSD_ATF_TESTS_C= fileactions_test |