]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/libiconv_modules/mapper_parallel/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / libiconv_modules / mapper_parallel / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../mapper_serial
4
5 SHLIB=  mapper_parallel
6 SRCS+=  citrus_mapper_serial.c
7 CFLAGS+= --param max-inline-insns-single=32
8
9 .include <bsd.lib.mk>