xref: /netbsd/tests/lib/semaphore/pthread/Makefile (revision 6550d01e)
1# $NetBSD: Makefile,v 1.1 2010/06/10 22:03:43 pooka 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+=		-lrumpkern_ksem -lrump -lrumpuser -lpthread
12
13WARNS=	4
14
15.include <bsd.test.mk>
16