summaryrefslogtreecommitdiff
path: root/regress/lib/libm/toint/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-02-12 07:08:45 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-02-12 07:08:45 +0000
commit3fcaadbfdc44a89cb8252f012c3015b5af2d8cd4 (patch)
tree3abbe2223b2fe87174f0bc6e36324fb78a278d75 /regress/lib/libm/toint/Makefile
parent8b6bbf566520d8af90aa41966c34c07e023c931c (diff)
a double to int conversion test
Diffstat (limited to 'regress/lib/libm/toint/Makefile')
-rw-r--r--regress/lib/libm/toint/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/lib/libm/toint/Makefile b/regress/lib/libm/toint/Makefile
new file mode 100644
index 00000000000..423fa436bb3
--- /dev/null
+++ b/regress/lib/libm/toint/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2003/02/12 07:08:44 mickey Exp $
+
+PROG=toint
+
+.include <bsd.regress.mk>