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
/
Makefile
blob
76def9685e752ba5b55ad701c351fc5ac277bdca
1
# $FreeBSD$
2
3
SUBDIR
=
libxx libyy ttls1 ttls2 ttls4
4
5
.if
${
MACHINE_ARCH
} ==
"i386"
6
SUBDIR
+=
ttls3
7
.
endif
8
9
.
include
<
bsd.subdir.mk
>