# $FreeBSD$

PROG=	ttls2
DPADD=	${LIBPTHREAD}
LDADD=	-lpthread
MAN=
DEBUG_FLAGS= -g

.include <bsd.prog.mk>