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

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

.include <bsd.prog.mk>