xref: /minix3/tests/lib/semaphore/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1#	$NetBSD: Makefile,v 1.4 2015/06/22 00:05:23 matt Exp $
2#
3.include <bsd.own.mk>
4
5.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
6TESTS_SUBDIRS=		pthread
7.endif
8
9TESTSDIR=	${TESTSBASE}/lib/semaphore
10
11.include <bsd.test.mk>
12