]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/mkcsmapper/Makefile.inc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 CFLAGS.gcc+= --param max-inline-insns-single=64