1# $FreeBSD$
2
3PROG=	ttls2
4LIBADD= pthread
5MAN=
6DEBUG_FLAGS= -g
7
8.include <bsd.prog.mk>
9