]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/mkcsmapper/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / mkcsmapper / Makefile.inc
1 # $FreeBSD$
2
3 .include <bsd.compiler.mk>
4
5 SRCS+=  lex.l yacc.y
6 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mkcsmapper \
7          -I${.CURDIR}/../../lib/libc/iconv \
8          -I${.CURDIR}/../../lib/libiconv_modules/mapper_std
9 .if ${COMPILER_TYPE} == "gcc"
10 CFLAGS+= --param max-inline-insns-single=64
11 .endif