]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/tls/ttls1/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / tls / ttls1 / Makefile
1 # $FreeBSD$
2
3 PROG=   ttls1
4 LDFLAGS+= -L../libxx -lxx -Wl,--rpath=${.OBJDIR}/../libxx
5 LDFLAGS+= -L../libyy -lyy -Wl,--rpath=${.OBJDIR}/../libyy
6 NO_MAN=
7 DEBUG_FLAGS= -g
8
9 .include <bsd.prog.mk>