summaryrefslogtreecommitdiffstats
path: root/tools/tools/mctest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools/mctest/Makefile')
-rw-r--r--tools/tools/mctest/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/tools/mctest/Makefile b/tools/tools/mctest/Makefile
index 4de93c3..6edaf89 100644
--- a/tools/tools/mctest/Makefile
+++ b/tools/tools/mctest/Makefile
@@ -1,11 +1,7 @@
-#
# $FreeBSD$
-#
-# A Makefile that builds both the mctest program and its manual page.
PROG_CXX= mctest
-PROG_CXX= mcgrab
-
-LDADD+= -lpthread
+DPADD= ${LIBPTHREAD}
+LDADD= -lpthread
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud