1# $FreeBSD$
2
3PROG=	gaithrstress
4DPADD=	${LIBPTHREAD}
5LDADD=	-lpthread
6
7MAN=
8.include <bsd.prog.mk>
9