Use Makefile.inc instead of .export.

This commit is contained in:
David Chisnall 2013-09-06 10:40:38 +00:00
parent b49c0d5878
commit feae3109e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255298
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,6 @@
.include <bsd.own.mk>
CFLAGS+= -Dbool=_Bool
.export CFLAGS
SUBDIR= BIG5 DECHanyu EUC EUCTW GBK2K HZ ISO2022 JOHAB MSKanji UES UTF1632 \
UTF7 UTF8 VIQR ZW iconv_none iconv_std mapper_646 mapper_none \
mapper_parallel mapper_serial mapper_std mapper_zone

View File

@ -5,6 +5,9 @@
SHLIB_MAJOR= 4
WARNS?= 6
CFLAGS+= -I${.CURDIR}/../../libc/iconv
CFLAGS+= -Dbool=_Bool
.if !defined(COMPAT_32BIT)
SHLIBDIR= /usr/lib/i18n
.else