opnsense-src/tools/regression/tls/ttls4/Makefile
Bryan Drewery eacae6dc66 Fix LDADD/DPADD that should be LIBADD.
Sponsored by:	EMC / Isilon Storage Division
2015-12-04 03:17:47 +00:00

8 lines
86 B
Makefile

# $FreeBSD$
PROG= ttls4
LIBADD= pthread
MAN=
DEBUG_FLAGS= -g
.include <bsd.prog.mk>