summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/preemption_float/Makefile
blob: 18cead3fbe56ab91de1756cb91c4ffc71867955e (plain)
1
2
3
4
5
6
7
# $OpenBSD: Makefile,v 1.3 2002/01/03 00:43:47 art Exp $

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

.include <bsd.regress.mk>