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

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

Diff for /src/bin/Makefile.inc between version 1.15.32.1 and 1.16

version 1.15.32.1, 2009/08/27 22:48:36 version 1.16, 2009/02/14 08:31:13
Line 3 
Line 3 
   
 .include <bsd.own.mk>           # for MKDYNAMICROOT definition  .include <bsd.own.mk>           # for MKDYNAMICROOT definition
   
 WARNS?=         3  WARNS?=         4
 BINDIR?=        /bin  BINDIR?=        /bin
   
 .if (${MKDYNAMICROOT} == "no")  .if (${MKDYNAMICROOT} == "no")
 LDSTATIC+=      -static  LDSTATIC?=      -static
 .endif  .endif

Legend:
Removed from v.1.15.32.1  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>