mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e)
9 lines
263 B
Makefile
9 lines
263 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>
|