[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.77 and 1.78

version 1.77, 2004/02/11 23:15:50 version 1.78, 2004/02/12 05:28:02
Line 20 
Line 20 
 # integrated support for libwrap.  # integrated support for libwrap.
 TCP_WRAPPERS?=  yes  TCP_WRAPPERS?=  yes
 # Set `AFS` to `yes' to build with AFS support.  # Set `AFS` to `yes' to build with AFS support.
 .if (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "m88k")  .if (${MACHINE_ARCH} == "m88k")
 AFS?=           no  AFS?=           no
 .else  .else
 AFS?=           yes  AFS?=           yes

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78