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

Diff for /src/Makefile between version 1.3 and 1.4

version 1.3, 1995/12/17 05:53:11 version 1.4, 1996/01/28 19:42:34
Line 7 
Line 7 
   
 SUBDIR+= sys  SUBDIR+= sys
   
   .include <bsd.own.mk>   # for NOMAN, if it's there.
   
   .if defined(KERBEROS)
 SUBDIR+= kerberosIV  SUBDIR+= kerberosIV
   .endif
   
 .if exists(regress)  .if exists(regress)
 .ifmake !(install)  .ifmake !(install)
Line 19 
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 34 
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 defined(KERBEROS)
         (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.3  
changed lines
  Added in v.1.4