mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 23:31:04 -05:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ttls2
|
|
DPADD= ${LIBPTHREAD}
|
|
LDADD= -lpthread
|
|
NO_MAN=
|
|
DEBUG_FLAGS= -g
|
|
|
|
.include <bsd.prog.mk>
|