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

Diff for /src/Makefile between version 1.56 and 1.57

version 1.56, 2000/04/21 00:10:40 version 1.57, 2000/08/01 15:56:38
Line 80 
Line 80 
         (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes)          (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes)
         ${SUDO} ${MAKE} cleandir          ${SUDO} ${MAKE} cleandir
         (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \          (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \
             ${SUDO} ${MAKE} install)              NOMAN=1 ${SUDO} ${MAKE} install)
         (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \          (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \
             ${SUDO} ${MAKE} install)              NOMAN=1 ${SUDO} ${MAKE} install)
 .if (${KERBEROS} == "yes")  .if (${KERBEROS} == "yes")
         (cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && ${MAKE} && \          (cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && ${MAKE} && \
             ${SUDO} ${MAKE} install)              NOMAN=1 ${SUDO} ${MAKE} install)
 .endif  .endif
         (cd ${.CURDIR}/gnu/usr.bin/perl && \          (cd ${.CURDIR}/gnu/usr.bin/perl && \
             ${MAKE} -f Makefile.bsd-wrapper depend && \              ${MAKE} -f Makefile.bsd-wrapper depend && \

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57