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

version 1.18, 1994/02/10 08:50:06 version 1.19, 1994/06/14 04:40:29
Line 18  regression-tests:
Line 18  regression-tests:
 .endif  .endif
   
 afterinstall:  afterinstall:
   .ifndef NOMAN
         (cd share/man && ${MAKE} makedb)          (cd share/man && ${MAKE} makedb)
   .endif
   
 build:  build:
         (cd include && ${MAKE} install)          (cd include && ${MAKE} install)

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

CVSweb <webmaster@jp.NetBSD.org>