summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavid <>2004-07-10 06:41:51 +0000
committerdavid <>2004-07-10 06:41:51 +0000
commitbb33811278641fb160253c914e5b80e53760b6bd (patch)
tree2d0c0a55f5f3b19610f925dcc606e9f5cd463dc3
parent03f6e57ea739df091c46d29f552d025564008312 (diff)
downloadopenbsd-bb33811278641fb160253c914e5b80e53760b6bd.tar.gz
openbsd-bb33811278641fb160253c914e5b80e53760b6bd.tar.bz2
openbsd-bb33811278641fb160253c914e5b80e53760b6bd.zip
add getopt_long regress; ok millert@
-rw-r--r--src/regress/lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index 3221470553..09bde47513 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.15 2004/06/24 04:33:07 millert Exp $ 1# $OpenBSD: Makefile,v 1.16 2004/07/10 06:41:51 david Exp $
2 2
3SUBDIR+= _setjmp alloca atexit db getaddrinfo hsearch longjmp malloc 3SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp malloc
4SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp 4SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp
5SUBDIR+= sprintf strerror time 5SUBDIR+= sprintf strerror time
6 6