OpenBSD-4.6/regress/lib/libpthread/preemption_float/Makefile

# $OpenBSD: Makefile,v 1.3 2002/01/03 00:43:47 art Exp $

PROG=	preemption_float
DPADD=	${LIBM}
LDADD=	-lm

.include <bsd.regress.mk>