xref
: /
freebsd
/
tools
/
regression
/
tls
/
libyy
/
Makefile
(revision e8d8bef961a50d4dc22501cde4fb9fb0be1b2532)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
SHLIB_NAME
=
libyy.so
4
5
SRCS
=
yy.c
6
CFLAGS
+=-
fpic
7
8
.
include
<
bsd.lib.mk
>
9