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

version 1.14, 1993/12/08 04:51:25 version 1.19, 1994/06/14 04:40:29
Line 14  SUBDIR+= regress
Line 14  SUBDIR+= regress
   
 regression-tests:  regression-tests:
         @echo Running regression tests...          @echo Running regression tests...
         @( cd regress; make regress )          @(cd regress && ${MAKE} regress)
 .endif  .endif
   
   afterinstall:
   .ifndef NOMAN
           (cd share/man && ${MAKE} makedb)
   .endif
   
   build:
           (cd include && ${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.14  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>