mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
9 lines
258 B
Makefile
9 lines
258 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
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
|
|
|
|
.include <bsd.subdir.mk>
|