[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.35 and 1.36

version 1.35, 2000/10/29 07:33:45 version 1.36, 2000/11/08 11:59:06
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")  .if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga")
 UVM?=           yes  UVM?=           yes
 .else  .else
 UVM?=           no  UVM?=           no

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