NetBSD-5.0.2/regress/lib/libpthread/cond6/Makefile

#	$NetBSD: Makefile,v 1.1 2004/12/10 17:07:31 nathanw Exp $

WARNS=1

PROG=   cond6
SRCS=   cond6.c

LDADD=	-lpthread

NOMAN=

regress:
	./cond6

.include <bsd.prog.mk>