b6cbf7203b
This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
13 lines
311 B
Makefile
13 lines
311 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 2009/01/11 02:46:28 christos Exp $
|
|
|
|
.PATH: ${ARCHDIR}/iconv ${.CURDIR}/iconv
|
|
|
|
SRCS+= iconv.c
|
|
MAN+= iconv.3
|
|
MLINKS+=iconv.3 iconv_open.3 iconv.3 iconv_close.3
|
|
|
|
.if ${CITRUS} == "yes"
|
|
CPPFLAGS.iconv.c+= -DHAVE_CITRUS -I${LIBCDIR}/citrus
|
|
.else
|
|
CPPFLAGS.iconv.c+= -UHAVE_CITRUS
|
|
.endif
|