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

Diff for /src/kerberosIV/Attic/Makefile between version 1.3 and 1.4

version 1.3, 1996/05/15 08:51:59 version 1.4, 1996/06/02 07:21:30
Line 3 
Line 3 
   
 # do compile_et and mk_cmds first, used by other directories  # do compile_et and mk_cmds first, used by other directories
   
 .ifmake install  .ifnmake install
 SUBDIR= include  
 .else  
 SUBDIR= compile_et mk_cmds  SUBDIR= compile_et mk_cmds
 .endif  .endif
   
   .ifmake includes
   SUBDIR+=include
   .endif
   
 SUBDIR+=acl com_err des krb kadm kafs kdb ss  SUBDIR+=acl com_err des krb kadm kafs kdb ss
   
 SUBDIR+=ext_srvtab kadmin kadmind kdb_destroy kdb_edit kdb_init kdb_util \  SUBDIR+=ext_srvtab kadmin kadmind kdb_destroy kdb_edit kdb_init kdb_util \
Line 18 
Line 20 
 SUBDIR+=man  SUBDIR+=man
   
 build:  build:
         (cd ${.CURDIR}/include && ${MAKE} install)          (cd ${.CURDIR}/include && ${MAKE} includes)
         ${MAKE} cleandir          ${MAKE} cleandir
           ${MAKE} includes
         (cd ${.CURDIR}/compile_et && ${MAKE} depend && ${MAKE})          (cd ${.CURDIR}/compile_et && ${MAKE} depend && ${MAKE})
         (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)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4