mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
7 lines
74 B
Makefile
7 lines
74 B
Makefile
|
|
PROG= ttls2
|
|
LIBADD= pthread
|
|
MAN=
|
|
DEBUG_FLAGS= -g
|
|
|
|
.include <bsd.prog.mk>
|