freebsd-dev/tools/regression/gaithrstress/Makefile
Bryan Drewery eacae6dc66 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>