xref: /netbsd-src/tests/lib/semaphore/Makefile (revision 4391d5e9d4f291db41e3b3ba26a01b5e51364aae)
1#	$NetBSD: Makefile,v 1.3 2012/08/08 13:57:06 christos Exp $
2#
3.include <bsd.own.mk>
4
5.if (${MKRUMP} != "no")
6TESTS_SUBDIRS=		pthread
7.endif
8
9TESTSDIR=	${TESTSBASE}/lib/semaphore
10
11.include <bsd.test.mk>
12