summaryrefslogtreecommitdiff
path: root/tests/lib/semaphore/pthread/Makefile
blob: daec185e5b0257b7a5a7581cd7123f79f2a9709d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.6 2020/03/01 18:08:15 christos Exp $

.include <bsd.own.mk>

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

TESTS_C=	t_sem_pth

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

LDADD+=		${LIBRUMPBASE}

WARNS=	4

.include <bsd.test.mk>