[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.35

version 1.33, 1996/04/25 00:47:25 version 1.35, 1996/04/25 01:09:33
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)  
         (cd ${.CURDIR}/domestic/include && ${MAKE} install)  
 .endif  
         ${MAKE} cleandir          ${MAKE} cleandir
         (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
         (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)

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

CVSweb <webmaster@jp.NetBSD.org>