freebsd-dev/tools/regression/gaithrstress/Makefile

9 lines
99 B
Makefile
Raw Normal View History

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