mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
10 lines
258 B
Makefile
10 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>
|