mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 09:09:01 -04:00
16 lines
251 B
Makefile
16 lines
251 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/06/10 04:28:39 he Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib/semaphore/pthread
|
|
|
|
TESTS_C= t_sem_pth
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/..
|
|
|
|
LDADD+= -lrump -lrumpuser -lrump -lpthread
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.test.mk>
|