diff options
author | 2001-08-30 08:21:42 +0000 | |
---|---|---|
committer | 2001-08-30 08:21:42 +0000 | |
commit | 5c818a558656cdfad90344e2a165f53bb244d861 (patch) | |
tree | aab6c886c882540765122f698bcb480a524abbfd /regress/lib/libpthread/preemption_float | |
parent | fix some const warnings. (diff) | |
download | wireguard-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/Makefile | 6 |
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> |