1# $NetBSD: Makefile,v 1.5 2019/06/01 06:59:17 kre Exp $ 2 3.include <bsd.own.mk> 4 5TESTSDIR= ${TESTSBASE}/lib/semaphore/pthread 6 7TESTS_C= t_sem_pth 8 9CPPFLAGS+= -I${.CURDIR}/.. -D_KERNTYPES 10 11LDADD+= -lrump -lrumpuser -lrump -lrumpvfs -lpthread 12 13WARNS= 4 14 15.include <bsd.test.mk> 16