[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.36 and 1.37

version 1.36, 2000/11/08 11:59:06 version 1.37, 2000/11/08 19:42:14
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") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga")  .if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || (${MACHINE_ARCH} == "alpha")
 UVM?=           yes  UVM?=           yes
 .else  .else
 UVM?=           no  UVM?=           no

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37