diff options
Diffstat (limited to 'usr.bin/mkcsmapper/Makefile.inc')
| -rw-r--r-- | usr.bin/mkcsmapper/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/mkcsmapper/Makefile.inc b/usr.bin/mkcsmapper/Makefile.inc new file mode 100644 index 000000000000..ca8a675b50fc --- /dev/null +++ b/usr.bin/mkcsmapper/Makefile.inc @@ -0,0 +1,7 @@ +# $FreeBSD$ + +SRCS+= lex.l yacc.y +CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mkcsmapper \ + -I${.CURDIR}/../../lib/libc/iconv \ + -I${.CURDIR}/../../lib/libiconv_modules/mapper_std \ + --param max-inline-insns-single=64 |
