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

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

Diff for /src/lib/libc/Makefile between version 1.135 and 1.136

version 1.135, 2008/06/23 10:22:40 version 1.136, 2008/10/26 07:43:07
Line 22 
Line 22 
 LIB=            c  LIB=            c
 CPPFLAGS+=      -I${.CURDIR}/include -I${.CURDIR}  CPPFLAGS+=      -I${.CURDIR}/include -I${.CURDIR}
   
   LIBCDIR=        ${.CURDIR}
   
 .if exists (${ARCHDIR}/Makefile.inc)  .if exists (${ARCHDIR}/Makefile.inc)
 .PATH:  ${ARCHDIR}  .PATH:  ${ARCHDIR}
 .include "${ARCHDIR}/Makefile.inc"  .include "${ARCHDIR}/Makefile.inc"

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136

CVSweb <webmaster@jp.NetBSD.org>