[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / iconv

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/iconv/Makefile.inc between version 1.2 and 1.2.38.1

version 1.2, 2003/07/04 06:05:30 version 1.2.38.1, 2009/01/15 03:24:06
Line 7  MAN+= iconv.3
Line 7  MAN+= iconv.3
 MLINKS+=iconv.3 iconv_open.3 iconv.3 iconv_close.3  MLINKS+=iconv.3 iconv_open.3 iconv.3 iconv_close.3
   
 .if ${CITRUS} == "yes"  .if ${CITRUS} == "yes"
 CPPFLAGS+= -DCITRUS_ICONV  CPPFLAGS.iconv.c+=      -DHAVE_CITRUS -I${LIBCDIR}/citrus
   .else
   CPPFLAGS.iconv.c+=      -UHAVE_CITRUS
 .endif  .endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.38.1

CVSweb <webmaster@jp.NetBSD.org>