mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
12 lines
231 B
Makefile
12 lines
231 B
Makefile
# $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>
|