[BACK]Return to bsd.own.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.own.mk between version 1.64 and 1.65

version 1.64, 2003/04/17 03:50:24 version 1.65, 2003/05/13 20:36:08
Line 25 
Line 25 
 .if (${MACHINE_ARCH} == "m88k")  .if (${MACHINE_ARCH} == "m88k")
 AFS?=           no  AFS?=           no
 .else  .else
 AFS?=           yes  # AFS needs updating to work w/o krb4 - disable for now.
   AFS?=           no
 .endif  .endif
 # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols  # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols
 DEBUGLIBS?=     no  DEBUGLIBS?=     no

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65