[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.98 and 1.99

version 1.98, 2007/11/03 15:14:32 version 1.99, 2008/03/28 17:10:57
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.98  
changed lines
  Added in v.1.99