]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - tools/tools/mctest/Makefile
Guess when all the bits will be in place for announcing 8.2-RELEASE.
[FreeBSD/releng/8.2.git] / tools / tools / mctest / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=   mctest 
4 DPADD=  ${LIBPTHREAD}
5 LDADD=  -lpthread
6
7 .include <bsd.prog.mk>