xref: /freebsd/tools/tools/mctest/Makefile (revision 39beb93c)
1#
2# $FreeBSD$
3#
4# A Makefile that builds both the mctest program and its manual page.
5
6PROG_CXX=   mctest
7PROG_CXX=   mcgrab
8
9LDADD+= -lpthread
10
11.include <bsd.prog.mk>
12