diff options
Diffstat (limited to 'regress/lib/libc/Makefile')
-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 935ca659d75..3221470553f 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.14 2004/04/30 17:15:12 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2004/06/24 04:33:07 millert Exp $ -SUBDIR+= _setjmp alloca atexit db getaddrinfo longjmp malloc +SUBDIR+= _setjmp alloca atexit db getaddrinfo hsearch longjmp malloc SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp SUBDIR+= sprintf strerror time |