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

Diff for /src/Makefile between version 1.2 and 1.4

version 1.2, 1995/12/16 21:10:33 version 1.4, 1996/01/28 19:42:34
Line 7 
Line 7 
   
 SUBDIR+= sys  SUBDIR+= sys
   
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  .include <bsd.own.mk>   # for NOMAN, if it's there.
 SUBDIR+= domestic  
 .endif  
   
 .if exists(kerberosIV)  .if defined(KERBEROS)
 SUBDIR+= kerberosIV  SUBDIR+= kerberosIV
 .endif  .endif
   
Line 25 
Line 23 
         @(cd ${.CURDIR}/regress && ${MAKE} regress)          @(cd ${.CURDIR}/regress && ${MAKE} regress)
 .endif  .endif
   
 .include <bsd.own.mk>   # for NOMAN, if it's there.  
   
 #beforeinstall:  #beforeinstall:
 #       (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)  #       (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)
   
Line 40 
Line 36 
         ${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)  .if defined(KERBEROS)
         (cd ${.CURDIR}/domestic/libcrypt && ${MAKE} depend && ${MAKE} && ${MAKE} install)  
 .endif  
 .if exists(kerberosIV)  
         (cd ${.CURDIR}/kerberosIV && ${MAKE} build)          (cd ${.CURDIR}/kerberosIV && ${MAKE} build)
 .endif  .endif
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install

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