[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.58 and 1.59

version 1.58, 2001/09/25 13:04:30 version 1.59, 2001/09/27 07:27:52
Line 108 
Line 108 
   
 # don't try to generate PIC versions of libraries on machines  # don't try to generate PIC versions of libraries on machines
 # which don't support PIC.  # which don't support PIC.
 .if (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "sparc64") || \  .if (${MACHINE_ARCH} == "vax") || \
     (${MACHINE_ARCH} == "hppa") || (${MACHINE_ARCH} == "m88k")      (${MACHINE_ARCH} == "hppa") || (${MACHINE_ARCH} == "m88k")
 NOPIC=  NOPIC=
 .endif  .endif

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59