Makefile revision 1.4
11.4Schristos# $NetBSD: Makefile,v 1.4 2016/01/23 21:22:49 christos Exp $ 21.1Spooka 31.1Spooka.include <bsd.own.mk> 41.1Spooka 51.1SpookaTESTSDIR= ${TESTSBASE}/lib/semaphore/pthread 61.1Spooka 71.1SpookaTESTS_C= t_sem_pth 81.1Spooka 91.4SchristosCPPFLAGS+= -I${.CURDIR}/.. -D_KERNTYPES 101.1Spooka 111.3SheLDADD+= -lrump -lrumpuser -lrump -lpthread 121.1Spooka 131.1SpookaWARNS= 4 141.1Spooka 151.1Spooka.include <bsd.test.mk> 16