Remove building with NOCRYPTO option
[minix3.git] / tests / lib / semaphore / Makefile
blobfd52f670c780fe3efc8fc10c7ec108ef452715c5
1 # $NetBSD: Makefile,v 1.4 2015/06/22 00:05:23 matt Exp $
3 .include <bsd.own.mk>
5 .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
6 TESTS_SUBDIRS= pthread
7 .endif
9 TESTSDIR= ${TESTSBASE}/lib/semaphore
11 .include <bsd.test.mk>