diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2015-04-27 06:49:27 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2015-04-27 06:49:27 +0000 |
| commit | 1119ece4d355e7995ed360f4e7d1e61a1f428046 (patch) | |
| tree | bd3b70795abfce5544a3f32da1005eccfe88235e /lib/libthr/Makefile | |
| parent | 66eb8885a068eb08542d656c98747df9a7ab6bb3 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/Makefile')
| -rw-r--r-- | lib/libthr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 0770d0625320..17176729b2e5 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -61,6 +61,8 @@ SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a .endif -.include <bsd.arch.inc.mk> +.if ${MK_TESTS} != "no" +SUBDIR+= tests +.endif .include <bsd.lib.mk> |
