[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.14 and 1.15

version 1.14, 1997/02/18 15:52:36 version 1.15, 1997/04/19 21:26:08
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #       $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $  #       $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
   
   # Host-specific overrides
 .if defined(MAKECONF) && exists(${MAKECONF})  .if defined(MAKECONF) && exists(${MAKECONF})
 .include "${MAKECONF}"  .include "${MAKECONF}"
 .elif exists(/etc/mk.conf)  .elif exists(/etc/mk.conf)
 .include "/etc/mk.conf"  .include "/etc/mk.conf"
 .endif  .endif
   
 # Defining `SKEY' causes support for S/key authentication to be compiled in.  # Set `SKEY' to `yes' to build with support for S/key authentication.
 SKEY=           yes  SKEY?=          yes
 # Defining `KERBEROS' causes support for Kerberos authentication to be  # Set `KERBEROS' to `yes' to build with support for Kerberos authentication.
 # compiled in.  KERBEROS?=      yes
 KERBEROS=       yes  # Set `KERBEROS5' to `yes' to build with support for Kerberos5 authentication.
 # Defining 'KERBEROS5' causes support for Kerberos5 authentication to be  KERBEROS5?=     no
 # compiled in.  # Set 'YP' to `yes' to build with causes support for NIS/YP.
 #KERBEROS5=     yes  YP?=            yes
 # Defining 'YP' causes support for NIS/YP to be compiled in  
 YP=             yes  
   
 # 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.14  
changed lines
  Added in v.1.15