]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - tools/tools/mctest/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / tools / tools / mctest / Makefile
1 #
2 # $FreeBSD$
3 #
4 # A Makefile that builds both the mctest program and its manual page.
5
6 PROG_CXX=   mctest 
7 PROG_CXX=   mcgrab
8
9 LDADD+= -lpthread
10
11 .include <bsd.prog.mk>