summaryrefslogtreecommitdiff
path: root/tools/regression/gaithrstress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/gaithrstress/Makefile')
-rw-r--r--tools/regression/gaithrstress/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/regression/gaithrstress/Makefile b/tools/regression/gaithrstress/Makefile
index 187c973b34a9..9c5cdd5c215b 100644
--- a/tools/regression/gaithrstress/Makefile
+++ b/tools/regression/gaithrstress/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PROG= gaithrstress
-DPADD= ${LIBPTHREAD}
-LDADD= -lpthread
+LIBADD= pthread
MAN=
.include <bsd.prog.mk>