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