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

#	$NetBSD: Makefile,v 1.1 2003/01/30 18:57:07 thorpej Exp $

WARNS=1

PROG=   cond5
SRCS=   cond5.c

LDADD=	-lpthread

NOMAN=

regress:
	./cond5

.include <bsd.prog.mk>