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

Diff for /src/Makefile between version 1.1 and 1.2

version 1.1, 1995/10/18 08:37:01 version 1.2, 1995/12/16 21:10:33
Line 11 
Line 11 
 SUBDIR+= domestic  SUBDIR+= domestic
 .endif  .endif
   
   .if exists(kerberosIV)
   SUBDIR+= kerberosIV
   .endif
   
 .if exists(regress)  .if exists(regress)
 .ifmake !(install)  .ifmake !(install)
 SUBDIR+= regress  SUBDIR+= regress
Line 40 
Line 44 
         (cd ${.CURDIR}/domestic/libcrypt && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/domestic/libcrypt && ${MAKE} depend && ${MAKE} && ${MAKE} install)
 .endif  .endif
 .if exists(kerberosIV)  .if exists(kerberosIV)
         (cd ${.CURDIR}/kerberosIV && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/kerberosIV && ${MAKE} build)
 .endif  .endif
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2