freebsd-skq/tools/regression/gaithrstress/Makefile
bdrewery bb97a3d43c Fix LDADD/DPADD that should be LIBADD.
Sponsored by:	EMC / Isilon Storage Division
2015-12-04 03:17:47 +00:00

8 lines
77 B
Makefile

# $FreeBSD$
PROG= gaithrstress
LIBADD= pthread
MAN=
.include <bsd.prog.mk>