[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.14

version 1.2, 1993/03/21 18:04:42 version 1.14, 1993/12/08 04:51:25
Line 1 
Line 1 
 #  #       $Id$
 # 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+= lib include bin libexec sbin usr.bin usr.sbin share games
   SUBDIR+= gnu
   
   SUBDIR+= sys
   
   .if exists(regress)
   .ifmake !(install)
   SUBDIR+= regress
   .endif
   
   regression-tests:
           @echo Running regression tests...
           @( cd regress; make regress )
   .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

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

CVSweb <webmaster@jp.NetBSD.org>