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

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

Diff for /src/Makefile between version 1.140 and 1.141

version 1.140, 2001/10/21 08:03:01 version 1.141, 2001/10/24 01:07:13
Line 73  _J=  -j${NBUILDJOBS}
Line 73  _J=  -j${NBUILDJOBS}
 .if ${USETOOLS} == "yes"  .if ${USETOOLS} == "yes"
 _SUBDIR+=       tools  _SUBDIR+=       tools
 .endif  .endif
 # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW  
   
 _SUBDIR+=       lib include gnu bin games libexec sbin usr.bin \  _SUBDIR+=       lib include gnu bin games libexec sbin usr.bin \
                 usr.sbin share sys regress                  usr.sbin share sys etc distrib regress
   
 .if make(cleandir) || make(obj)  
 _SUBDIR+= distrib  
 .ifdef MAKEOBJDIRPREFIX  
 _SUBDIR+= etc  
 .endif  
 .endif  
   
 # Weed out directories that don't exist.  # Weed out directories that don't exist.
   

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141

CVSweb <webmaster@jp.NetBSD.org>