summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/preemption_float/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libpthread/preemption_float/Makefile')
-rw-r--r--regress/lib/libpthread/preemption_float/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/lib/libpthread/preemption_float/Makefile b/regress/lib/libpthread/preemption_float/Makefile
new file mode 100644
index 00000000000..91ad73e48a7
--- /dev/null
+++ b/regress/lib/libpthread/preemption_float/Makefile
@@ -0,0 +1,8 @@
+# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:12 fgsch Exp $
+
+PROG= preemption_float
+SRCS= preemption_float.c
+#DPADD= ${LIBM}
+#LDADD= -lm
+
+.include <bsd.prog.mk>