Remove building with NOCRYPTO option
[minix.git] / tests / lib / semaphore / pthread / Makefile
blobdd2b09b100226f9f912d801168283304ff33a97a
1 # $NetBSD: Makefile,v 1.3 2014/06/10 04:28:39 he 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 -lrump -lpthread
13 WARNS= 4
15 .include <bsd.test.mk>