diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-18 00:37:58 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-18 00:37:58 +0000 |
commit | adbdbd2fff21519f0d418a20255dfd18a2381dbc (patch) | |
tree | 231cc5009695c7d8f6f998df9decaa24d1d1807c /lib/libc | |
parent | c3bdbeb715ff15c724f3a79d2518e5b80bc10250 (diff) | |
parent | 217f6f397b0a9e44a806ef74dea7a54178242d00 (diff) | |
download | FreeBSD-src-adbdbd2fff21519f0d418a20255dfd18a2381dbc.zip FreeBSD-src-adbdbd2fff21519f0d418a20255dfd18a2381dbc.tar.gz |
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile index b459d6d..53d7419 100644 --- a/lib/libc/tests/Makefile +++ b/lib/libc/tests/Makefile @@ -26,6 +26,8 @@ TESTS_SUBDIRS+= termios TESTS_SUBDIRS+= tls TESTS_SUBDIRS+= ttyio +SUBDIR_DEPEND_tls= tls_dso + .if ${MK_LOCALES} != "no" TESTS_SUBDIRS+= locale .endif |