[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.2 and 1.9

version 1.2, 1993/03/21 18:04:42 version 1.9, 1993/05/22 07:10:28
Line 1 
Line 1 
 #  #       $Header$
 # PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE  
 # --------------------         -----   ----------------------  
 # CURRENT PATCH LEVEL:         1       00101  
 # --------------------         -----   ----------------------  
 #  
 # 10 Mar 93     Rodney W. Grimes        Added user.share to SUBDIR  
 #  
   
 SUBDIR= bin include lib libexec sbin usr.bin usr.sbin share games  # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
   
   SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games
   SUBDIR+= gnu
   
   .ifmake !(install)
   SUBDIR+= regress
   .endif
   
   regress:
           cd regress ; make regress
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>