aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/resolv/Makefile
blob: fa91ac3993147edc1647d9e443726005d9c842d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2004/05/13 19:17:12 christos Exp $
# $FreeBSD$

PROG=		resolv
MAN=

# 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} -r ${.CURDIR}/mach

.include <bsd.prog.mk>