tools/llvm: Do not build with symbols
[minix3.git] / tests / lib / semaphore / pthread / Makefile
bloba25af090662d485ca6cde89b82f8d2efe6927ad5
1 # $NetBSD: Makefile,v 1.2 2012/03/10 21:58:49 joerg Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/lib/semaphore/pthread
7 TESTS_C= t_sem_pth
9 CPPFLAGS+= -I${.CURDIR}/..
11 LDADD+= -lrump -lrumpuser -lpthread
13 WARNS= 4
15 .include <bsd.test.mk>