xref: /openbsd-src/regress/lib/libc/cephes/Makefile (revision b7275c8844bfe6dc0cf95984cd963da8316ddba7)
1#	$OpenBSD: Makefile,v 1.1 2011/07/02 18:11:01 martynas Exp $
2
3PROG = ieetst
4SRCS = drand.c econst.c eexp.c elog.c epow.c etanh.c etodec.c ieee.c \
5       ieetst.c mtherr.c
6
7.include <bsd.regress.mk>
8