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

Diff for /src/Makefile between version 1.44 and 1.45

version 1.44, 1999/01/08 00:26:59 version 1.45, 1999/01/24 16:08:37
Line 87 
Line 87 
         ldconfig          ldconfig
 .endif  .endif
 .if (${KERBEROS} == "yes")  .if (${KERBEROS} == "yes")
         (cd ${.CURDIR}/kerberosIV && ${MAKE} build)          (cd ${.CURDIR}/kerberosIV && ${MAKE} SUDO=${SUDO} build)
 .endif  .endif
 .if (${MACHINE_ARCH} == "mips")  .if (${MACHINE_ARCH} == "mips")
         ldconfig          ldconfig

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45