]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/tools/mctest/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>