mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ttls2
|
|
LDADD+= -lpthread
|
|
NO_MAN=
|
|
DEBUG_FLAGS= -g
|
|
|
|
.include <bsd.prog.mk>
|