aboutsummaryrefslogtreecommitdiff
path: root/lib/semaphore/Makefile
blob: c946e6aba24473b2bb65a947ee1a5ab2c6438ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>