]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - tools/tools/mctest/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.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>