diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-17 18:41:55 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-17 18:41:55 +0000 |
commit | 3e8aeb49a91e40523d3170cbf33224dacff8858b (patch) | |
tree | 501f8b4d5635d26da97b0f8f2af03ae1d97b6877 /lib/libc/tests | |
parent | edbfaba7f52893056897a24fa1c76e46f6235bc0 (diff) | |
download | FreeBSD-src-3e8aeb49a91e40523d3170cbf33224dacff8858b.zip FreeBSD-src-3e8aeb49a91e40523d3170cbf33224dacff8858b.tar.gz |
Fix build race after r295643.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc/tests')
-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 a9d8c02..68ce44c 100644 --- a/lib/libc/tests/Makefile +++ b/lib/libc/tests/Makefile @@ -22,6 +22,8 @@ TESTS_SUBDIRS+= termios TESTS_SUBDIRS+= tls TESTS_SUBDIRS+= ttyio +SUBDIR_DEPEND_tls= tls_dso + .if ${MK_LOCALES} != "no" TESTS_SUBDIRS+= locale .endif |