]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - usr.bin/mkcsmapper/Makefile.inc
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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