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

Diff for /src/Makefile between version 1.6 and 1.7

version 1.6, 1996/04/23 09:47:22 version 1.7, 1996/05/06 20:31:44
Line 24 
Line 24 
         @(cd ${.CURDIR}/regress && ${MAKE} regress)          @(cd ${.CURDIR}/regress && ${MAKE} regress)
 .endif  .endif
   
 #beforeinstall:  beforeinstall:
 #.ifndef DESTDIR  .ifndef DESTDIR
 #       (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)          (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)
 #.else  .else
 #       (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs)          (cd ${.CURDIR}/etc && ${MAKE} distrib-dirs)
 #.endif  .endif
   
 afterinstall:  afterinstall:
 .ifndef NOMAN  .ifndef NOMAN
Line 38 
Line 38 
   
 build:  build:
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         (cd ${.CURDIR}/include && ${MAKE} install)          ${MAKE} includes
 .if defined(KERBEROS)  .if defined(KERBEROS)
         (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install)          (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install)
 .endif  .endif

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