[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.157 and 1.158

version 1.157, 2001/11/20 15:20:28 version 1.158, 2001/11/20 17:05:02
Line 77 
Line 77 
 _J=             -j${NBUILDJOBS}  _J=             -j${NBUILDJOBS}
 .endif  .endif
   
 # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW.  Also note that  _SUBDIR=        tools lib include gnu bin games libexec sbin usr.bin \
 # distrib does not belong here, either, as it is a very special case.                  usr.sbin share sys etc distrib regress
 _SUBDIR+=       tools lib include gnu bin games libexec sbin usr.bin \  
                 usr.sbin share sys regress  
   
 .if make(cleandir) || make(clean) || 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.157  
changed lines
  Added in v.1.158

CVSweb <webmaster@jp.NetBSD.org>