repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add opendir alias
[minix.git]
/
lib
/
libc
/
iconv
/
Makefile.inc
blob
c53d3bedcea9b2a77fe4254b900c6868186c4e9b
1
# $NetBSD: Makefile.inc,v 1.5 2012/01/20 16:31:29 joerg Exp $
2
3
.PATH: ${ARCHDIR}/iconv ${.CURDIR}/iconv
4
5
SRCS+= iconv.c
6
MAN+= iconv.3
7
MLINKS+=iconv.3 iconv_open.3 iconv.3 iconv_close.3
8
9
CPPFLAGS.iconv.c+= -I${LIBCDIR}/citrus