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