]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/pthread/cv_cancel1/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / regression / pthread / cv_cancel1 / Makefile
1 # $FreeBSD$
2
3 PROG=   cv_cancel1
4 NO_MAN=
5 DPADD=  ${LIBPTHREAD}
6 LDADD=  -lpthread
7
8 .include <bsd.prog.mk>