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

Diff for /src/include/Makefile between version 1.116 and 1.117

version 1.116, 2003/05/09 02:17:18 version 1.117, 2003/05/14 08:01:02
Line 60 
Line 60 
 # Change SYS_INCLUDE in bsd.own.mk to "symlinks" if you don't want copies  # Change SYS_INCLUDE in bsd.own.mk to "symlinks" if you don't want copies
 .include <bsd.own.mk>  .include <bsd.own.mk>
 SYS_INCLUDE?=   copies  SYS_INCLUDE?=   copies
 .if ${KERBEROS:L} == "yes"  
 RDIRS+= ../kerberosIV/lib  
 PRDIRS+=../kerberosIV/lib/kadm ../kerberosIV/lib/krb  
 .endif  
 .if ${KERBEROS5:L} == "yes"  .if ${KERBEROS5:L} == "yes"
 RDIRS+= ../kerberosV/lib  RDIRS+= ../kerberosV/lib
 .endif  .endif

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117