diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-05-04 11:55:42 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-05-04 11:55:42 +0000 |
| commit | c01a5804daee286f3d3d7991634e26b908cd521a (patch) | |
| tree | ccbbfd31d7df7cdb9f90471f97cfbd281d472433 /tools/regression/lib/libc/resolv/Makefile | |
| parent | 5fce408cc44c737267aaaf0dcecd3454ba9089cd (diff) | |
import of parallel name resolution test.vendor/NetBSD/misc
Obtained from: NetBSD
Notes
svn path=/vendor/NetBSD/dist/; revision=145857
Diffstat (limited to 'tools/regression/lib/libc/resolv/Makefile')
| -rw-r--r-- | tools/regression/lib/libc/resolv/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/regression/lib/libc/resolv/Makefile b/tools/regression/lib/libc/resolv/Makefile new file mode 100644 index 000000000000..7e57314d20fc --- /dev/null +++ b/tools/regression/lib/libc/resolv/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2004/05/13 19:17:12 christos Exp $ + +NOMAN= # defined + +PROG= resolv + +# Note: this test relies on being dynamically linked. You will get a +# spurious PASS for a statically linked test. +DPADD+= ${LIBPTHREAD} +LDADD+= -lpthread + +regress: ${PROG} + ./${PROG} ${.CURDIR}/mach + +.include <bsd.prog.mk> |
