1145857Sume#	$NetBSD: Makefile,v 1.1 2004/05/13 19:17:12 christos Exp $
2145885Sume# $FreeBSD$
3145857Sume
4145857SumePROG=		resolv
5156735SruNO_MAN=
6145857Sume
7145857Sume# Note: this test relies on being dynamically linked.  You will get a
8145857Sume# spurious PASS for a statically linked test.
9145857SumeDPADD+=		${LIBPTHREAD}
10145857SumeLDADD+=		-lpthread
11145857Sume
12145857Sumeregress: ${PROG}
13145885Sume	./${PROG} -r ${.CURDIR}/mach
14145857Sume
15145857Sume.include <bsd.prog.mk>
16