Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / lib / libpthread / resolv / Makefile
blobe6f3d1d70f9f049c6df402e7cf1556d4e2965283
1 # $NetBSD: Makefile,v 1.1 2003/03/04 18:00:49 thorpej Exp $
3 NOMAN= # defined
5 PROG= resolv
7 # Note: this test relies on being dynamically linked. You will get a
8 # spurious PASS for a statically linked test.
9 DPADD+= ${LIBPTHREAD}
10 LDADD+= -lpthread
12 regress: ${PROG}
13 ./${PROG} ${.CURDIR}/mach
15 .include <bsd.prog.mk>