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

Diff for /src/Makefile between version 1.117 and 1.122

version 1.117, 2011/09/17 16:59:53 version 1.122, 2014/07/09 19:23:28
Line 41 
Line 41 
   
 SUBDIR+= sys  SUBDIR+= sys
   
 .if (${KERBEROS5:L} == "yes")  
 SUBDIR+= kerberosV  
 .endif  
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)
 SUBDIR+= distrib regress  SUBDIR+= distrib regress
 .endif  .endif
   
 .if exists(regress)  
 regression-tests:  regression-tests:
         @echo Running regression tests...          @echo Running regression tests...
         @cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress          @cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress
 .endif  
   
 includes:  includes:
         cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes          cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes
Line 66 
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

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.122