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

Diff for /src/Makefile between version 1.17 and 1.21

version 1.17, 1997/04/19 21:26:09 version 1.21, 1997/08/06 09:40:10
Line 32 
Line 32 
 SUBDIR+= kerberosIV  SUBDIR+= kerberosIV
 .endif  .endif
   
   .if   make(clean) || make(cleandir) || make(obj)
   SUBDIR+= distrib
   .endif
   
 .if exists(regress)  .if exists(regress)
 .ifmake !(install)  .ifmake !(install)
 SUBDIR+= regress  SUBDIR+= regress
Line 59 
Line 63 
 .endif  .endif
   
 build:  build:
   .ifdef GLOBAL_AUTOCONF_CACHE
           rm -f ${GLOBAL_AUTOCONF_CACHE}
   .endif
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         (cd ${.CURDIR}/include; ${MAKE} includes)          (cd ${.CURDIR}/include; ${MAKE} includes)
         ${MAKE} cleandir          ${MAKE} cleandir

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.21