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
/
libxx
/
Makefile
blob
bc9393b538e04d3cad14dd61041f6d05daae8324
1
# $FreeBSD$
2
3
LIB
=
xx
4
SHLIB_MAJOR
=
1
5
6
SRCS
=
xx.c
7
#CFLAGS+=-mtls-dialect=sun
8
9
.
include
<
bsd.lib.mk
>