[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.69 and 1.70

version 1.69, 2003/08/21 07:04:09 version 1.70, 2003/09/06 18:20:23
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.69  
changed lines
  Added in v.1.70