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

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

Diff for /src/etc/Makefile between version 1.210 and 1.211

version 1.210, 2002/04/10 12:05:20 version 1.211, 2002/04/10 14:57:45
Line 35 
Line 35 
 # an objdir would break the installation stuff below  # an objdir would break the installation stuff below
 NOOBJ=          # defined  NOOBJ=          # defined
   
 # do this before bsd.own.mk so we get correct KERNSRCDIR  
 .include "../Makefile.inc"  
   
 # For NO_SENDMAIL, INSTPRIV, MKCRYPTO  # For NO_SENDMAIL, INSTPRIV, MKCRYPTO
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
   # For KERNSRCDIR, KERNOBJDIR, ...
   .include <bsd.kernobj.mk>
   
   
 .MAKEOVERRIDES+=        USETOOLS  .MAKEOVERRIDES+=        USETOOLS
   
 TZDIR=          /usr/share/zoneinfo  TZDIR=          /usr/share/zoneinfo
Line 132  TARGET_ENDIANNESS=
Line 133  TARGET_ENDIANNESS=
 .endif  .endif
 .endif  # release || snapshot || distribution                           # }  .endif  # release || snapshot || distribution                           # }
   
 .include <bsd.kernobj.mk>  
   
 obj:  obj:
         mkdir -p ${KERNOBJDIR}          mkdir -p ${KERNOBJDIR}
   

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211

CVSweb <webmaster@jp.NetBSD.org>