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

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

Diff for /src/lib/libc/compat/stdlib/Makefile.inc between version 1.1 and 1.2

version 1.1, 2005/09/13 01:44:09 version 1.2, 2006/03/11 21:07:18
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
   
 .PATH: ${.CURDIR}/compat/stdlib  .PATH: ${COMPATDIR}/stdlib
 CPPFLAGS+=-I${.CURDIR}/stdlib  CPPFLAGS+=-I${COMPATDIR}/stdlib -I${COMPATDIR}/../stdlib
 SRCS+=compat_unsetenv.c  SRCS+=compat_unsetenv.c

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

CVSweb <webmaster@jp.NetBSD.org>