summaryrefslogtreecommitdiff
path: root/regress/lib/libc/cephes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libc/cephes/Makefile')
-rw-r--r--regress/lib/libc/cephes/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/regress/lib/libc/cephes/Makefile b/regress/lib/libc/cephes/Makefile
new file mode 100644
index 00000000000..75cc85f4a88
--- /dev/null
+++ b/regress/lib/libc/cephes/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile,v 1.1 2011/07/02 18:11:01 martynas Exp $
+
+PROG = ieetst
+SRCS = drand.c econst.c eexp.c elog.c epow.c etanh.c etodec.c ieee.c \
+ ieetst.c mtherr.c
+
+.include <bsd.regress.mk>