[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.19 and 1.20

version 1.19, 1997/06/01 05:25:28 version 1.20, 1998/03/12 16:54:21
Line 19 
Line 19 
 # Set `TCP_WRAPPERS' to `yes' to build certain networking daemons with  # Set `TCP_WRAPPERS' to `yes' to build certain networking daemons with
 # integrated support for libwrap.  # integrated support for libwrap.
 TCP_WRAPPERS?=  yes  TCP_WRAPPERS?=  yes
   # Set `AFS` to `yes' to build certain utilities and libraries with AFS-support
   AFS?=           no
   
 # where the system object and source trees are kept; can be configurable  # where the system object and source trees are kept; can be configurable
 # by the user in case they want them in ~/foosrc and ~/fooobj, for example  # by the user in case they want them in ~/foosrc and ~/fooobj, for example

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20