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

PROG=	ttls2
LDADD+= -lpthread
NOMAN=	t
DEBUG_FLAGS= -g

.include <bsd.prog.mk>