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

Diff for /src/Makefile between version 1.119 and 1.123

version 1.119, 2013/06/17 19:16:02 version 1.123, 2014/08/26 20:19:25
Line 41 
Line 41 
   
 SUBDIR+= sys  SUBDIR+= sys
   
 .if (${KERBEROS5:L} == "yes")  
 SUBDIR+=kerberosV/tools  
 SUBDIR+=kerberosV/libexec  
 SUBDIR+=kerberosV/usr.bin  
 SUBDIR+=kerberosV/usr.sbin  
 .endif  
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)
 SUBDIR+= distrib regress  SUBDIR+= distrib regress
 .endif  .endif
Line 67 
Line 60 
 afterinstall:  afterinstall:
 .ifndef NOMAN  .ifndef NOMAN
         cd ${.CURDIR}/share/man && exec ${MAKE} makedb          cd ${.CURDIR}/share/man && exec ${MAKE} makedb
           cd ${.CURDIR}/distrib/sets && exec ${MAKE} makedb
 .endif  .endif
   
 .ifdef DESTDIR  .ifdef DESTDIR
Line 86 
Line 80 
         cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \          cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \
             NOMAN=1 exec ${SUDO} ${MAKE} install              NOMAN=1 exec ${SUDO} ${MAKE} install
         ${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install          ${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install
           ${SUDO} /bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}
 .endif  .endif
   
 CROSS_TARGETS=cross-env cross-dirs cross-obj cross-includes cross-binutils \  CROSS_TARGETS=cross-env cross-dirs cross-obj cross-includes cross-binutils \

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.123