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

Diff for /src/Makefile between version 1.18 and 1.22

version 1.18, 1997/07/29 03:18:39 version 1.22, 1997/09/21 11:46:58
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #       $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $  
   
 #  #
 # For more information on building in tricky environments, please see  # For more information on building in tricky environments, please see
Line 32 
Line 31 
 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 62 
 .endif  .endif
   
 build:  build:
 .ifdef GLOBAL_CACHE  .ifdef GLOBAL_AUTOCONF_CACHE
         rm -f $HOME/.Makefile.bsd-wrapper.cache          rm -f ${GLOBAL_AUTOCONF_CACHE}
 .endif  .endif
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         (cd ${.CURDIR}/include; ${MAKE} includes)          (cd ${.CURDIR}/include; ${MAKE} includes)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.22