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

Diff for /src/kerberosIV/Attic/Makefile between version 1.6 and 1.7

version 1.6, 1996/11/11 04:42:25 version 1.7, 1996/11/11 05:35:12
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #       from @(#)Makefile       5.1 (Berkeley) 6/25/90  #       from @(#)Makefile       5.1 (Berkeley) 6/25/90
   
 # do compile_et and mk_cmds first, used by other directories  # do mk_cmds first, used by other directories
   
 .ifnmake install  .ifnmake install
 SUBDIR= compile_et mk_cmds  SUBDIR= mk_cmds
 .endif  .endif
   
 .ifmake includes  .ifmake includes
Line 22 
Line 22 
 build:  build:
         (cd ${.CURDIR}/include && ${MAKE} includes)          (cd ${.CURDIR}/include && ${MAKE} includes)
         ${MAKE} cleandir          ${MAKE} cleandir
         (cd ${.CURDIR}/compile_et && ${MAKE} depend && ${MAKE})  
         ${MAKE} includes          ${MAKE} includes
         (cd ${.CURDIR}/mk_cmds && ${MAKE} depend && ${MAKE})          (cd ${.CURDIR}/mk_cmds && ${MAKE} depend && ${MAKE})
         (cd ${.CURDIR}/acl && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/acl && ${MAKE} depend && ${MAKE} && ${MAKE} install)
Line 36 
Line 35 
 # Since depending need to have some dynamically built sources available,  # Since depending need to have some dynamically built sources available,
 # we need to build the generators first.  # we need to build the generators first.
 beforedepend:  beforedepend:
         (cd ${.CURDIR}/compile_et && ${MAKE} depend && ${MAKE})  
         (cd ${.CURDIR}/mk_cmds && ${MAKE} depend && ${MAKE})          (cd ${.CURDIR}/mk_cmds && ${MAKE} depend && ${MAKE})
   
 .include <bsd.dep.mk>  .include <bsd.dep.mk>

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