xref: /openbsd-src/regress/lib/libc/ieeefp/inf/Makefile (revision d2924d8a204133a3f7c4f2e32e29ffaab5e02bdb)
1#	$OpenBSD: Makefile,v 1.1 2002/02/16 17:22:16 pvalchev Exp $
2
3PROG=	inf
4SRCS=	inf.c
5
6LDADD+=	-lm
7DPADD+=	${LIBM}
8
9.include <bsd.regress.mk>
10