[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.41 and 1.42

version 1.41, 2001/04/03 23:00:09 version 1.42, 2001/05/04 22:49:00
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") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "m88k")  .if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "m88k") || (${MACHINE_ARCH} == "hp300")
 UVM?=           yes  UVM?=           yes
 .else  .else
 UVM?=           no  UVM?=           no

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42