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