aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/tls/libyy/Makefile
blob: 8b45b99a29ca4a6907b68fae25fc658c6e80e3c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

LIB=		yy
SHLIB_MAJOR=	1

SRCS=	yy.c
CFLAGS+=-fpic

.include <bsd.lib.mk>