summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ieeefp/inf/Makefile
blob: b9a50e0ce611faa2cc137f8d4d8015c99302f346 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.1 2002/02/16 17:22:16 pvalchev Exp $

PROG=	inf
SRCS=	inf.c

LDADD+=	-lm
DPADD+=	${LIBM}

.include <bsd.regress.mk>