aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/tls/ttls2/Makefile
blob: 0a3bc95912e80aca3f1f9fd4257548cf049ec892 (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$

PROG=	ttls2
LDADD+= -lpthread
NO_MAN=
DEBUG_FLAGS= -g

.include <bsd.prog.mk>