1# $OpenBSD: Makefile,v 1.3 2002/01/03 00:43:47 art Exp $
2
3PROG=	preemption_float
4DPADD=	${LIBM}
5LDADD=	-lm
6
7.include <bsd.regress.mk>
8