]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/mctest/Makefile
Update libucl to 2014-03-03
[FreeBSD/FreeBSD.git] / tools / tools / mctest / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=   mctest 
4 DPADD=  ${LIBPTHREAD}
5 LDADD=  -lpthread
6
7 .include <bsd.prog.mk>