aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/resolv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/lib/libc/resolv/Makefile')
-rw-r--r--tools/regression/lib/libc/resolv/Makefile15
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>