summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/preemption_float
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2001-08-30 08:21:42 +0000
committerfgsch <fgsch@openbsd.org>2001-08-30 08:21:42 +0000
commit5c818a558656cdfad90344e2a165f53bb244d861 (patch)
treeaab6c886c882540765122f698bcb480a524abbfd /regress/lib/libpthread/preemption_float
parentfix some const warnings. (diff)
downloadwireguard-openbsd-5c818a558656cdfad90344e2a165f53bb244d861.tar.xz
wireguard-openbsd-5c818a558656cdfad90344e2a165f53bb244d861.zip
this shouldn't be commented out.
Diffstat (limited to 'regress/lib/libpthread/preemption_float')
-rw-r--r--regress/lib/libpthread/preemption_float/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libpthread/preemption_float/Makefile b/regress/lib/libpthread/preemption_float/Makefile
index d2a28c97d46..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.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>