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

Diff for /src/Makefile between version 1.1 and 1.5

version 1.1, 1995/10/18 08:37:01 version 1.5, 1996/03/02 21:04:11
Line 5 
Line 5 
 SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games  SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games
 SUBDIR+= gnu  SUBDIR+= gnu
   
 SUBDIR+= sys  SUBDIR+= sys lkm
   
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  .include <bsd.own.mk>   # for NOMAN, if it's there.
 SUBDIR+= domestic  
   .if defined(KERBEROS)
   SUBDIR+= kerberosIV
 .endif  .endif
   
 .if exists(regress)  .if exists(regress)
Line 21 
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 36 
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)          (cd ${.CURDIR}/kerberosIV && ${MAKE} build)
 .endif  
 .if exists(kerberosIV)  
         (cd ${.CURDIR}/kerberosIV && ${MAKE} depend && ${MAKE} && ${MAKE} install)  
 .endif  .endif
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5