diff options
Diffstat (limited to 'lib/libpthread/test')
-rw-r--r-- | lib/libpthread/test/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile new file mode 100644 index 0000000..90ee5ad --- /dev/null +++ b/lib/libpthread/test/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ +# +# Tests for libc_r functionality. +# + +SUBDIR= mutex sigsuspend sigwait + +.include <bsd.subdir.mk> |