1 # $NetBSD: Makefile,v 1.4 2016/01/23 21:22:49 christos Exp $ 2 3 .include <bsd.own.mk> 4 5 TESTSDIR= ${TESTSBASE}/lib/semaphore/pthread 6 7 TESTS_C= t_sem_pth 8 9 CPPFLAGS+= -I${.CURDIR}/.. -D_KERNTYPES 10 11 LDADD+= -lrump -lrumpuser -lrump -lpthread 12 13 WARNS= 4 14 15 .include <bsd.test.mk> 16