[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.80 and 1.81

version 1.80, 2004/02/27 17:36:16 version 1.81, 2004/03/02 18:18:27
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} == "m88k")  
 AFS?=           no  
 .else  
 AFS?=           yes  AFS?=           yes
 .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
 # Set toolchain to be able to know differences.  # Set toolchain to be able to know differences.

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81