mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
8 lines
262 B
Makefile
8 lines
262 B
Makefile
.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
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|