diff options
author | otto <> | 2004-10-25 15:10:36 +0000 |
---|---|---|
committer | otto <> | 2004-10-25 15:10:36 +0000 |
commit | 9e7378611290b0f24f7e6491d4fc76a2399cee62 (patch) | |
tree | 45a02e2244d7f5919d7228fe6a87703508c2ae93 /src/regress/lib/libc/Makefile | |
parent | 42489d4b990a8793c837811c34a869ec16d055ba (diff) | |
download | openbsd-9e7378611290b0f24f7e6491d4fc76a2399cee62.tar.gz openbsd-9e7378611290b0f24f7e6491d4fc76a2399cee62.tar.bz2 openbsd-9e7378611290b0f24f7e6491d4fc76a2399cee62.zip |
basic regression test for some netdb functions
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 6dfe1cfe28..34d418e428 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.17 2004/08/03 20:39:28 otto Exp $ | 1 | # $OpenBSD: Makefile,v 1.18 2004/10/25 15:10:36 otto Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp malloc | 3 | SUBDIR+= _setjmp alloca atexit db getaddrinfo getopt_long hsearch longjmp malloc |
4 | SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp | 4 | SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp |
5 | SUBDIR+= sprintf strerror strtonum time | 5 | SUBDIR+= sprintf strerror strtonum time |
6 | 6 | ||
7 | .if (${MACHINE_ARCH} != "vax") | 7 | .if (${MACHINE_ARCH} != "vax") |