Deleted Added
full compact
Makefile (145858) Makefile (145885)
1# $NetBSD: Makefile,v 1.1 2004/05/13 19:17:12 christos Exp $
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 $
2
3NOMAN= # defined
4
5PROG= resolv
6
7# Note: this test relies on being dynamically linked. You will get a
8# spurious PASS for a statically linked test.
9DPADD+= ${LIBPTHREAD}
10LDADD+= -lpthread
11
12regress: ${PROG}
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}
13 ./${PROG} ${.CURDIR}/mach
14 ./${PROG} -r ${.CURDIR}/mach
14
15.include <bsd.prog.mk>
15
16.include <bsd.prog.mk>