]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/mkcsmapper/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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