xref: /netbsd-src/tests/lib/semaphore/pthread/Makefile (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1# $NetBSD: Makefile,v 1.3 2014/06/10 04:28:39 he Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/lib/semaphore/pthread
6
7TESTS_C=	t_sem_pth
8
9CPPFLAGS+=	-I${.CURDIR}/..
10
11LDADD+=		-lrump -lrumpuser -lrump -lpthread
12
13WARNS=	4
14
15.include <bsd.test.mk>
16