mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use Makefile.inc instead of .export.
This commit is contained in:
parent
b49c0d5878
commit
feae3109e8
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue