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

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

Diff for /src/include/Makefile between version 1.121 and 1.122

version 1.121, 2005/12/30 23:07:33 version 1.122, 2006/04/07 19:38:58
Line 37  INCS+= ieeefp.h
Line 37  INCS+= ieeefp.h
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 .if ${HAVE_GCC3} == "yes"  .if (${HAVE_GCC} > 2)
 INCS+=  stdbool.h  INCS+=  stdbool.h
 .endif  .endif
   

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122

CVSweb <webmaster@jp.NetBSD.org>