Makefile revision 145885
1#	$NetBSD: Makefile,v 1.1 2004/05/13 19:17:12 christos Exp $
2# $FreeBSD: head/tools/regression/lib/libc/resolv/Makefile 145885 2005-05-04 19:40:30Z ume $
3
4NOMAN=		# defined
5
6PROG=		resolv
7
8# Note: this test relies on being dynamically linked.  You will get a
9# spurious PASS for a statically linked test.
10DPADD+=		${LIBPTHREAD}
11LDADD+=		-lpthread
12
13regress: ${PROG}
14	./${PROG} -r ${.CURDIR}/mach
15
16.include <bsd.prog.mk>
17