aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/tls/ttls1/Makefile
blob: 8560de58cc9ac9bee801640d26a3ad9c7f898ca5 (plain) (blame)
1
2
3
4
5
6
7
PROG=	ttls1
LDFLAGS+= -L../libxx -lxx -Wl,--rpath=${.OBJDIR}/../libxx
LDFLAGS+= -L../libyy -lyy -Wl,--rpath=${.OBJDIR}/../libyy
MAN=
DEBUG_FLAGS= -g

.include <bsd.prog.mk>