diff options
author | 2004-07-10 06:41:51 +0000 | |
---|---|---|
committer | 2004-07-10 06:41:51 +0000 | |
commit | 325d32133c8964fa52604b8bc5ac13b1b15380fa (patch) | |
tree | f74512a9e37d93026adb17b0c6e026f9a40a5964 | |
parent | add back in piece required for m68k (diff) | |
download | wireguard-openbsd-325d32133c8964fa52604b8bc5ac13b1b15380fa.tar.xz wireguard-openbsd-325d32133c8964fa52604b8bc5ac13b1b15380fa.zip |
add getopt_long regress; ok millert@
-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 |