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

Diff for /src/Makefile between version 1.6 and 1.12

version 1.6, 1996/04/23 09:47:22 version 1.12, 1996/06/02 10:44:55
Line 24 
Line 24 
         @(cd ${.CURDIR}/regress && ${MAKE} regress)          @(cd ${.CURDIR}/regress && ${MAKE} regress)
 .endif  .endif
   
 #beforeinstall:  includes:
 #.ifndef DESTDIR          (cd ${.CURDIR}/include; ${MAKE} includes)
 #       (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)  
 #.else  
 #       (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs)  
 #.endif  
   
   beforeinstall:
   .ifndef DESTDIR
           (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)
   .else
           (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs)
   .endif
           (cd ${.CURDIR}/include; ${MAKE} includes)
   
 afterinstall:  afterinstall:
 .ifndef NOMAN  .ifndef NOMAN
         (cd ${.CURDIR}/share/man && ${MAKE} makedb)          (cd ${.CURDIR}/share/man && ${MAKE} makedb)
Line 38 
Line 42 
   
 build:  build:
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         (cd ${.CURDIR}/include && ${MAKE} install)          (cd ${.CURDIR}/include; ${MAKE} includes)
 .if defined(KERBEROS)  
         (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install)  
 .endif  
         ${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)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.12