d19d7d58aa
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
9 lines
225 B
Makefile
9 lines
225 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2012/01/20 16:31:29 joerg Exp $
|
|
|
|
.PATH: ${ARCHDIR}/iconv ${.CURDIR}/iconv
|
|
|
|
SRCS+= iconv.c
|
|
MAN+= iconv.3
|
|
MLINKS+=iconv.3 iconv_open.3 iconv.3 iconv_close.3
|
|
|
|
CPPFLAGS.iconv.c+= -I${LIBCDIR}/citrus
|