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

PROG=	ttls2
LIBADD= pthread
MAN=
DEBUG_FLAGS= -g

.include <bsd.prog.mk>