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

#	$NetBSD: Makefile,v 1.1 2004/07/07 21:53:10 nathanw Exp $

WARNS=1

PROG=   conddestroy1
SRCS=   conddestroy1.c

LDADD=	-lpthread

NOMAN=

regress:
	./conddestroy1

.include <bsd.prog.mk>