summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/lib/libc_r/preemption_float/Makefile6
-rw-r--r--regress/lib/libpthread/preemption_float/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/regress/lib/libc_r/preemption_float/Makefile b/regress/lib/libc_r/preemption_float/Makefile
index 91ad73e48a7..381b804eaec 100644
--- a/regress/lib/libc_r/preemption_float/Makefile
+++ b/regress/lib/libc_r/preemption_float/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:12 fgsch Exp $
+# $OpenBSD: Makefile,v 1.2 2001/08/30 08:21:42 fgsch Exp $
PROG= preemption_float
SRCS= preemption_float.c
-#DPADD= ${LIBM}
-#LDADD= -lm
+DPADD= ${LIBM}
+LDADD= -lm
.include <bsd.prog.mk>
diff --git a/regress/lib/libpthread/preemption_float/Makefile b/regress/lib/libpthread/preemption_float/Makefile
index 91ad73e48a7..381b804eaec 100644
--- a/regress/lib/libpthread/preemption_float/Makefile
+++ b/regress/lib/libpthread/preemption_float/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:12 fgsch Exp $
+# $OpenBSD: Makefile,v 1.2 2001/08/30 08:21:42 fgsch Exp $
PROG= preemption_float
SRCS= preemption_float.c
-#DPADD= ${LIBM}
-#LDADD= -lm
+DPADD= ${LIBM}
+LDADD= -lm
.include <bsd.prog.mk>