]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - tools/regression/tls/libyy/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / tools / regression / tls / libyy / Makefile
1 # $FreeBSD$
2
3 LIB=            yy
4 SHLIB_MAJOR=    1
5
6 SRCS=   yy.c
7 CFLAGS+=-fpic
8
9 .include <bsd.lib.mk>