diff options
author | otto <> | 2004-08-03 20:39:28 +0000 |
---|---|---|
committer | otto <> | 2004-08-03 20:39:28 +0000 |
commit | 6feaf8a13f233b83f5a0ca30950478ec00aef85b (patch) | |
tree | c5a6a8a3ed1674b508470803a0b5191f05027447 | |
parent | f68a61a8b8146755987133e926c423bf46e0c97a (diff) | |
download | openbsd-6feaf8a13f233b83f5a0ca30950478ec00aef85b.tar.gz openbsd-6feaf8a13f233b83f5a0ca30950478ec00aef85b.tar.bz2 openbsd-6feaf8a13f233b83f5a0ca30950478ec00aef85b.zip |
Enable strtonum test
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 09bde47513..6dfe1cfe28 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.16 2004/07/10 06:41:51 david Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2004/08/03 20:39:28 otto Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp malloc | 3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp malloc |
4 | SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp | 4 | SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp |
5 | SUBDIR+= sprintf strerror time | 5 | SUBDIR+= sprintf strerror strtonum time |
6 | 6 | ||
7 | .if (${MACHINE_ARCH} != "vax") | 7 | .if (${MACHINE_ARCH} != "vax") |
8 | SUBDIR+= ieeefp | 8 | SUBDIR+= ieeefp |