[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.54 and 1.55

version 1.54, 2001/09/24 15:29:11 version 1.55, 2001/09/24 20:12:10
Line 105 
Line 105 
   
 # 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") || \  .if (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "sparc64") || \
     (${MACHINE_ARCH} == "hppa") || (${MACHINE_ARCH} == "m88k")      (${MACHINE_ARCH} == "hppa") || (${MACHINE_ARCH} == "m88k")
 NOPIC=  NOPIC=
 .endif  .endif

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55