NetBSD/tests/lib/semaphore/Makefile

12 lines
231 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2015/06/22 00:05:23 matt Exp $
#
2012-08-08 17:57:05 +04:00
.include <bsd.own.mk>
.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
TESTS_SUBDIRS= pthread
2012-08-08 17:57:05 +04:00
.endif
TESTSDIR= ${TESTSBASE}/lib/semaphore
.include <bsd.test.mk>