aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/tscdrift/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools/tscdrift/Makefile')
-rw-r--r--tools/tools/tscdrift/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tools/tscdrift/Makefile b/tools/tools/tscdrift/Makefile
index 0b5c8acd8da4..fad714d6b058 100644
--- a/tools/tools/tscdrift/Makefile
+++ b/tools/tools/tscdrift/Makefile
@@ -4,7 +4,6 @@ PROG= tscdrift
MAN=
WARNS?= 6
-LDADD= -lpthread -lm
-DPADD= ${LIBPTHREAD} ${LIBM}
+LIBADD= pthread m
.include <bsd.prog.mk>