]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/tools/regression/tls/libyy/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / tools / regression / tls / libyy / Makefile
1 # $FreeBSD$
2
3 LIB=            yy
4 SHLIB_MAJOR=    1
5
6 SRCS=   yy.c
7 CFLAGS+=-fpic
8 NO_MAN=
9
10 .include <bsd.lib.mk>