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