diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-08-03 20:39:29 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-08-03 20:39:29 +0000 |
commit | e91956a5775fa414bc83f05f88f32eced8d5093f (patch) | |
tree | 28a8555c0fe711051f632a4317c874591acacba7 /regress | |
parent | 92db524cea7b75da4f2d6672f0e1e774f71330da (diff) |
Enable strtonum test
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index 09bde475133..6dfe1cfe28a 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2004/07/10 06:41:51 david Exp $ +# $OpenBSD: Makefile,v 1.17 2004/08/03 20:39:28 otto Exp $ SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp malloc SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp -SUBDIR+= sprintf strerror time +SUBDIR+= sprintf strerror strtonum time .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp |