NetBSD/tests/lib/semaphore/Makefile
2012-08-08 13:57:05 +00:00

12 lines
203 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/08/08 13:57:06 christos Exp $
#
.include <bsd.own.mk>
.if (${MKRUMP} != "no")
TESTS_SUBDIRS= pthread
.endif
TESTSDIR= ${TESTSBASE}/lib/semaphore
.include <bsd.test.mk>