[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.33 and 1.34

version 1.33, 1996/04/25 00:47:25 version 1.34, 1996/04/25 01:02:27
Line 38  afterinstall:
Line 38  afterinstall:
 build:  build:
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         ${MAKE} includes          ${MAKE} includes
         (cd ${.CURDIR}/include && ${MAKE} install)  
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
         (cd ${.CURDIR}/domestic/include && ${MAKE} install)          (cd ${.CURDIR}/domestic/include && ${MAKE} install)
 .endif  .endif

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>