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

Diff for /src/kerberosV/Attic/Makefile between version 1.5 and 1.6

version 1.5, 2001/06/22 16:20:29 version 1.6, 2001/06/23 22:53:22
Line 4 
Line 4 
   
 build:  build:
         cd ../kerberosIV/lib/sl && exec ${MAKE}          cd ../kerberosIV/lib/sl && exec ${MAKE}
         cd ../kerberosIV/lib/kafs && ${MAKE} && exec sudo ${MAKE} install  
         cd lib/roken && exec ${MAKE}          cd lib/roken && exec ${MAKE}
         cd usr.bin/asn1_compile && ${MAKE} && exec ${SUDO} ${MAKE} install          cd usr.bin/asn1_compile && ${MAKE} && exec ${SUDO} ${MAKE} install
         ${SUDO} ${MAKE} includes          ${SUDO} ${MAKE} includes
           cd ../kerberosIV/lib/kafs && ${MAKE} && exec sudo ${MAKE} install
         ${MAKE} depend          ${MAKE} depend
         cd lib && ${MAKE} && exec ${SUDO} ${MAKE} install          cd lib && ${MAKE} && exec ${SUDO} ${MAKE} install
         ${MAKE}          ${MAKE}

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6