repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git]
/
lib
/
libc_nonshared
/
Makefile.iconv
blob
8fb1ad9532845f59a0c97a701dbb200bde4c70cb
1
# $FreeBSD$
2
3
.if ${MK_ICONV} == "yes"
4
LIBC_NONSHARED_SRCS+= \
5
__iconv.c __iconv_free_list.c __iconv_get_list.c \
6
iconv.c iconv_canonicalize.c iconv_close.c \
7
iconv_open.c iconv_open_into.c \
8
iconv_set_relocation_prefix.c iconvctl.c iconvlist.c
9
.endif