xref
: /
freebsd
/
tools
/
regression
/
tls
/
ttls4
/
Makefile
(revision 80c7cc1c8f027fcf5d5f0a2df4b9aef6904ed079)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
ttls4
4
LIBADD
=
pthread
5
MAN
=
6
DEBUG_FLAGS
= -g
7
8
.
include
<
bsd.prog.mk
>
9