[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.11 and 1.15

version 1.11, 1993/05/22 07:15:52 version 1.15, 1994/02/07 05:08:57
Line 2 
Line 2 
   
 # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW  # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
   
 SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games  SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games
 SUBDIR+= gnu  SUBDIR+= gnu
   
   SUBDIR+= sys
   
   .if exists(regress)
 .ifmake !(install)  .ifmake !(install)
 SUBDIR+= regress  SUBDIR+= regress
 .endif  .endif
Line 12  SUBDIR+= regress
Line 15  SUBDIR+= regress
 regression-tests:  regression-tests:
         @echo Running regression tests...          @echo Running regression tests...
         @( cd regress; make regress )          @( cd regress; make regress )
   .endif
   
   afterinstall:
           (cd share/man && make makedb)
   
   build:
           (cd install && make install)
           make cleandir
           (cd lib && make depend && make && make install)
           (cd gnu/lib && make depend && make && make install)
   .if exists(kerberosIV)
           (cd kerberosIV && make depend && make && make install)
   .endif
           make depend && make && make install
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>