mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00: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
7 lines
242 B
Text
7 lines
242 B
Text
.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
|