aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/gaithrstress/Makefile
blob: 187c973b34a9664dffc22a11134090d30306a166 (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$

PROG=	gaithrstress
DPADD=	${LIBPTHREAD}
LDADD=	-lpthread

MAN=
.include <bsd.prog.mk>