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

Diff for /src/Makefile between version 1.2 and 1.3

version 1.2, 1995/12/16 21:10:33 version 1.3, 1995/12/17 05:53:11
Line 7 
Line 7 
   
 SUBDIR+= sys  SUBDIR+= sys
   
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  
 SUBDIR+= domestic  
 .endif  
   
 .if exists(kerberosIV)  
 SUBDIR+= kerberosIV  SUBDIR+= kerberosIV
 .endif  
   
 .if exists(regress)  .if exists(regress)
 .ifmake !(install)  .ifmake !(install)
Line 40 
Line 34 
         ${MAKE} cleandir          ${MAKE} cleandir
         (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
         (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
 .if exists(domestic)  
         (cd ${.CURDIR}/domestic/libcrypt && ${MAKE} depend && ${MAKE} && ${MAKE} install)  
 .endif  
 .if exists(kerberosIV)  
         (cd ${.CURDIR}/kerberosIV && ${MAKE} build)          (cd ${.CURDIR}/kerberosIV && ${MAKE} build)
 .endif  
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3