mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -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>
|