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

#	$NetBSD: Makefile,v 1.1 2003/01/30 19:31:59 thorpej Exp $

WARNS=1

PROG=   once1
SRCS=   once1.c

LDADD=	-lpthread

NOMAN=

regress:
	./once1

.include <bsd.prog.mk>