diff options
Diffstat (limited to 'dist/lib/semaphore/Makefile')
-rw-r--r-- | dist/lib/semaphore/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/lib/semaphore/Makefile b/dist/lib/semaphore/Makefile new file mode 100644 index 0000000..c946e6a --- /dev/null +++ b/dist/lib/semaphore/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.3 2012/08/08 13:57:06 christos Exp $ +# +.include <bsd.own.mk> + +.if (${MKRUMP} != "no") +TESTS_SUBDIRS= pthread +.endif + +TESTSDIR= ${TESTSBASE}/lib/semaphore + +.include <bsd.test.mk> |