repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
tools
/
regression
/
tls
/
ttls2
/
Makefile
blob
0a3bc95912e80aca3f1f9fd4257548cf049ec892
1
# $FreeBSD$
2
3
PROG
=
ttls2
4
LDADD
+= -
lpthread
5
NO_MAN
=
6
DEBUG_FLAGS
= -
g
7
8
.
include
<
bsd.prog.mk
>