[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.38 and 1.39

version 1.38, 2000/11/10 00:24:31 version 1.39, 2001/02/16 05:26:27
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") || (${MACHINE_ARCH} == "alpha")  .if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc")
 UVM?=           yes  UVM?=           yes
 .else  .else
 UVM?=           no  UVM?=           no

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39