mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
9 lines
243 B
Makefile
9 lines
243 B
Makefile
|
|
.if ${MK_ICONV} == "yes"
|
|
LIBC_NONSHARED_SRCS+= \
|
|
__iconv.c __iconv_free_list.c __iconv_get_list.c \
|
|
iconv.c iconv_canonicalize.c iconv_close.c \
|
|
iconv_open.c iconv_open_into.c \
|
|
iconv_set_relocation_prefix.c iconvctl.c iconvlist.c
|
|
.endif
|