9 lines
102 B
Makefile

# $FreeBSD$
PROG= gaithrstress
DPADD= ${LIBPTHREAD}
LDADD= -lpthread
NO_MAN=
.include <bsd.prog.mk>