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

Diff for /src/Makefile between version 1.22 and 1.23

version 1.22, 1997/09/21 11:46:58 version 1.23, 1997/12/09 19:45:29
Line 76 
Line 76 
 .if (${KERBEROS} == "yes")  .if (${KERBEROS} == "yes")
         (cd ${.CURDIR}/kerberosIV && ${MAKE} build)          (cd ${.CURDIR}/kerberosIV && ${MAKE} build)
 .endif  .endif
   .if (${MACHINE_ARCH} == "mips")
           ldconfig
   .endif
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install
   
 .if !defined(TARGET)  .if !defined(TARGET)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23