diff options
author | espie <> | 2004-04-30 17:15:12 +0000 |
---|---|---|
committer | espie <> | 2004-04-30 17:15:12 +0000 |
commit | a4f10b37035e781770724661a37a45a83b65c25f (patch) | |
tree | 6a61d7d91122d65d5385f9cc2fabd4ad8758be91 /src/regress/lib/libc/Makefile | |
parent | 0a296eded866d7ff51a920ebce2ab8399cf97cf3 (diff) | |
download | openbsd-a4f10b37035e781770724661a37a45a83b65c25f.tar.gz openbsd-a4f10b37035e781770724661a37a45a83b65c25f.tar.bz2 openbsd-a4f10b37035e781770724661a37a45a83b65c25f.zip |
Add tests for strerror.
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-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 86c2e4b59a..935ca659d7 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.13 2004/02/11 23:38:11 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.14 2004/04/30 17:15:12 espie Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo longjmp malloc | 3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo longjmp malloc |
4 | SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp | 4 | SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp |
5 | SUBDIR+= sprintf time | 5 | SUBDIR+= sprintf strerror time |
6 | 6 | ||
7 | .if (${MACHINE_ARCH} != "vax") | 7 | .if (${MACHINE_ARCH} != "vax") |
8 | SUBDIR+= ieeefp | 8 | SUBDIR+= ieeefp |