[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.17 and 1.18

version 1.17, 1994/02/10 01:50:17 version 1.18, 1994/02/10 08:50:06
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:  afterinstall:

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>