diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-03 20:55:08 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-03 20:55:08 +0000 |
commit | fae384c5034294f1254162d6514b98b1fe82c72f (patch) | |
tree | 460d67a4ec1e983091e94a7a27af0f8acddfcbbe /lib/libc/tests | |
parent | ae6f20360349bac54d30fa9c9c20a2366905b725 (diff) | |
download | FreeBSD-src-fae384c5034294f1254162d6514b98b1fe82c72f.zip FreeBSD-src-fae384c5034294f1254162d6514b98b1fe82c72f.tar.gz |
Final pass through to fix 'tests' packaging.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/tests')
-rw-r--r-- | lib/libc/tests/tls/dso/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/tests/tls/dso/Makefile b/lib/libc/tests/tls/dso/Makefile index 9b698cd..74f826a 100644 --- a/lib/libc/tests/tls/dso/Makefile +++ b/lib/libc/tests/tls/dso/Makefile @@ -1,5 +1,9 @@ # $FreeBSD$ +PACKAGE= tests +FILESGROUPS= TESTS +TESTSPACKAGE= ${PACKAGE} + OBJTOP= ${.OBJDIR:H:H:H:H:H} TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/tls/${.CURDIR:T} |