[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.76 and 1.77

version 1.76, 2004/02/09 17:45:34 version 1.77, 2004/02/11 23:15:50
Line 117 
Line 117 
   
 # 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} == "x86_64") || \  .if (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "hppa") || \
     (${MACHINE_ARCH} == "hppa") || (${MACHINE_ARCH} == "m88k")      (${MACHINE_ARCH} == "m88k")
 NOPIC=  NOPIC=
 .endif  .endif
   

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77