[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.32 and 1.33

version 1.32, 1996/04/13 06:36:15 version 1.33, 1996/04/25 00:47:25
Line 37  afterinstall:
Line 37  afterinstall:
   
 build:  build:
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
           ${MAKE} includes
         (cd ${.CURDIR}/include && ${MAKE} install)          (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)

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

CVSweb <webmaster@jp.NetBSD.org>