summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/preemption_float
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-08-30 08:21:43 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-08-30 08:21:43 +0000
commitf02276932a9bccaa7209f89d30e4d2573d9f87b9 (patch)
tree8b2b75d424651138e25f3f1b82780655a7d79acc /regress/lib/libc_r/preemption_float
parent170995a1ce142b2c1aba409e075ace0d01198fc8 (diff)
this shouldn't be commented out.
Diffstat (limited to 'regress/lib/libc_r/preemption_float')
-rw-r--r--regress/lib/libc_r/preemption_float/Makefile6
1 files changed, 3 insertions, 3 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>