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

Diff for /src/Makefile between version 1.91 and 1.92

version 1.91, 2003/05/14 08:01:02 version 1.92, 2003/05/17 20:58:52
Line 80 
Line 80 
         cd ${.CURDIR}/kerberosV/lib && ${MAKE} depend && ${MAKE} && \          cd ${.CURDIR}/kerberosV/lib && ${MAKE} depend && ${MAKE} && \
             NOMAN=1 exec ${SUDO} ${MAKE} install              NOMAN=1 exec ${SUDO} ${MAKE} install
 .endif  .endif
         cd ${.CURDIR}/gnu/usr.bin/perl && \  
             ${MAKE} -f Makefile.bsd-wrapper depend && \  
             ${MAKE} -f Makefile.bsd-wrapper perl.lib && \  
             exec ${SUDO} ${MAKE} -f Makefile.bsd-wrapper install.lib  
         ${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install          ${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install
   
 .if !defined(TARGET)  .if !defined(TARGET)

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92