xref: /minix3/tests/lib/semaphore/pthread/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.3 2014/06/10 04:28:39 he Exp $
211be35a1SLionel Sambuc
311be35a1SLionel Sambuc.include <bsd.own.mk>
411be35a1SLionel Sambuc
511be35a1SLionel SambucTESTSDIR=	${TESTSBASE}/lib/semaphore/pthread
611be35a1SLionel Sambuc
711be35a1SLionel SambucTESTS_C=	t_sem_pth
811be35a1SLionel Sambuc
911be35a1SLionel SambucCPPFLAGS+=	-I${.CURDIR}/..
1011be35a1SLionel Sambuc
11*0a6a1f1dSLionel SambucLDADD+=		-lrump -lrumpuser -lrump -lpthread
1211be35a1SLionel Sambuc
1311be35a1SLionel SambucWARNS=	4
1411be35a1SLionel Sambuc
1511be35a1SLionel Sambuc.include <bsd.test.mk>
16