summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authorotto <>2006-09-29 11:00:24 +0000
committerotto <>2006-09-29 11:00:24 +0000
commitb111751208a94882547ae748c16e7978fa7226b6 (patch)
tree5da3321fe5d4c05cad86a57aa9910780f3e3b577 /src/regress/lib/libc/Makefile
parent3e7a96453995beff0dd6bfbefb9db0b02fbb7ef5 (diff)
downloadopenbsd-b111751208a94882547ae748c16e7978fa7226b6.tar.gz
openbsd-b111751208a94882547ae748c16e7978fa7226b6.tar.bz2
openbsd-b111751208a94882547ae748c16e7978fa7226b6.zip
add strtod() underflow test
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r--src/regress/lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index a6d3d766b1..04970c7e16 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,9 +1,9 @@
1# $OpenBSD: Makefile,v 1.23 2006/03/25 20:28:19 otto Exp $ 1# $OpenBSD: Makefile,v 1.24 2006/09/29 11:00:24 otto Exp $
2 2
3SUBDIR+= _setjmp alloca atexit db getaddrinfo getcap getopt_long hsearch longjmp 3SUBDIR+= _setjmp alloca atexit db getaddrinfo getcap getopt_long hsearch longjmp
4SUBDIR+= locale malloc 4SUBDIR+= locale malloc
5SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp 5SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp
6SUBDIR+= sprintf strerror strtonum telldir time vis 6SUBDIR+= sprintf strerror strtod strtonum telldir time vis
7 7
8.if (${MACHINE_ARCH} != "vax") 8.if (${MACHINE_ARCH} != "vax")
9SUBDIR+= ieeefp 9SUBDIR+= ieeefp