repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
docs - More adjustments to the swapcache manual page.
[dragonfly.git]
/
lib
/
libc
/
iconv
/
Makefile.inc
blob
1208d7d9dadd6afcd0ff7ef2cd6fe91adf00971b
1
# $DragonFly: src/lib/libc/iconv/Makefile.inc,v 1.2 2005/04/29 21:23:42 joerg Exp $
2
3
.PATH: ${.CURDIR}/../libc/iconv
4
5
SRCS+= iconv.c
6
.if ${LIB} == "c"
7
MAN+= iconv.3
8
MLINKS+=iconv.3 iconv_open.3 iconv.3 iconv_close.3
9
.endif