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

Diff for /src/Makefile between version 1.118 and 1.119

version 1.118, 2012/08/29 22:10:32 version 1.119, 2013/06/17 19:16:02
Line 42 
Line 42 
 SUBDIR+= sys  SUBDIR+= sys
   
 .if (${KERBEROS5:L} == "yes")  .if (${KERBEROS5:L} == "yes")
 SUBDIR+= kerberosV  SUBDIR+=kerberosV/tools
   SUBDIR+=kerberosV/libexec
   SUBDIR+=kerberosV/usr.bin
   SUBDIR+=kerberosV/usr.sbin
 .endif  .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119