1# $FreeBSD$
2
3SHLIB=	mapper_std
4SRCS+=	citrus_mapper_std.c
5CFLAGS.gcc+= --param max-inline-insns-single=8
6
7.include <bsd.lib.mk>
8