summaryrefslogtreecommitdiff
path: root/tests/lib/semaphore/pthread/Makefile
blob: a25af090662d485ca6cde89b82f8d2efe6927ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.2 2012/03/10 21:58:49 joerg Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/lib/semaphore/pthread

TESTS_C=	t_sem_pth

CPPFLAGS+=	-I${.CURDIR}/..

LDADD+=		-lrump -lrumpuser -lpthread

WARNS=	4

.include <bsd.test.mk>