diff options
author | millert <> | 2004-06-24 04:33:07 +0000 |
---|---|---|
committer | millert <> | 2004-06-24 04:33:07 +0000 |
commit | 242acba8652a28aeb609072dfde10f2074651e07 (patch) | |
tree | 316a4e929296cafb0db9c77c7f493658c6767734 /src/regress/lib/libc/Makefile | |
parent | 1de6a9244da68c966004aea5b8472e3d2428a5c3 (diff) | |
download | openbsd-242acba8652a28aeb609072dfde10f2074651e07.tar.gz openbsd-242acba8652a28aeb609072dfde10f2074651e07.tar.bz2 openbsd-242acba8652a28aeb609072dfde10f2074651e07.zip |
hsearch regress from NetBSD via ray at cyth dot net
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 935ca659d7..3221470553 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.14 2004/04/30 17:15:12 espie Exp $ | 1 | # $OpenBSD: Makefile,v 1.15 2004/06/24 04:33:07 millert Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo longjmp malloc | 3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo 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 time |
6 | 6 | ||