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