diff options
author | David Krause <david@cvs.openbsd.org> | 2004-07-10 06:41:52 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-07-10 06:41:52 +0000 |
commit | 612620d94b42e227ddd2a8ee7f6a4b70b333c3c4 (patch) | |
tree | c361c5c791da5d64a6ec4ba98672bbd23704cdfc /regress/lib/libc | |
parent | 24b973bc3dde9dcf23b8f50e40764cd3b04a4408 (diff) |
add getopt_long regress; ok millert@
Diffstat (limited to 'regress/lib/libc')
-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 3221470553f..09bde475133 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.15 2004/06/24 04:33:07 millert Exp $ +# $OpenBSD: Makefile,v 1.16 2004/07/10 06:41:51 david Exp $ -SUBDIR+= _setjmp alloca atexit db getaddrinfo hsearch longjmp malloc +SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp malloc SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp SUBDIR+= sprintf strerror time |