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

#	$NetBSD: Makefile,v 1.1 2003/01/30 18:53:48 thorpej Exp $

WARNS=1

PROG=   cond4
SRCS=   cond4.c

LDADD=	-lpthread

NOMAN=

regress:
	./cond4

.include <bsd.prog.mk>