[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src

Diff for /src/Makefile between version 1.7 and 1.8

version 1.7, 1996/05/06 20:31:44 version 1.8, 1996/05/06 21:44:03
Line 38 
Line 38 
   
 build:  build:
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         ${MAKE} includes          (cd ${.CURDIR}/include; ${MAKE} includes)
 .if defined(KERBEROS)  .if defined(KERBEROS)
         (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install)          (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install)
 .endif  .endif

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8