[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.67 and 1.68

version 1.67, 1998/09/27 18:18:42 version 1.68, 1998/09/29 06:59:53
Line 42  beforeinstall:
Line 42  beforeinstall:
 .endif  .endif
   
 afterinstall:  afterinstall:
 .ifndef NOMAN  .if !defined(NOMAN) && !defined(NOSHARE)
         (cd ${.CURDIR}/share/man && ${MAKE} makedb)          (cd ${.CURDIR}/share/man && ${MAKE} makedb)
 .endif  .endif
   
 build: beforeinstall  build: beforeinstall
   .if !defined(NOSHARE)
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         (cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install)
   .endif
 .if !defined(UPDATE)  .if !defined(UPDATE)
         ${MAKE} cleandir          ${MAKE} cleandir
 .endif  .endif

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb <webmaster@jp.NetBSD.org>