[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.96 and 1.97

version 1.96, 2006/09/26 23:14:52 version 1.97, 2006/10/06 20:58:17
Line 116 
Line 116 
   
 # 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} == "m88k" || ${MACHINE_ARCH} == "vax"  .if ${MACHINE_ARCH} == "m88k" || ${MACHINE_ARCH} == "vax" || \
       ${MACHINE_ARCH} == "sh"
 NOPIC=  NOPIC=
 .endif  .endif
   

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97