[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.25 and 1.26

version 1.25, 1999/06/22 12:54:05 version 1.26, 1999/10/29 14:15:19
Line 9 
Line 9 
 .endif  .endif
   
 # XXX - This is temporary until everyone uses UVM  # XXX - This is temporary until everyone uses UVM
   .if (${MACHINE_ARCH} == "sparc")
   UVM?=           yes
   .else
 UVM?=           no  UVM?=           no
   .endif
   
 # Set `SKEY' to `yes' to build with support for S/key authentication.  # Set `SKEY' to `yes' to build with support for S/key authentication.
 SKEY?=          yes  SKEY?=          yes

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26