[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.21 and 1.22

version 1.21, 1998/07/05 04:38:58 version 1.22, 1998/08/28 21:44:24
Line 83 
Line 83 
 # 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} == "alpha") || (${MACHINE_ARCH} == "powerpc") || \  .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc") || \
     (${MACHINE_ARCH} == "vax")      (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "hppa")
 NOPIC=  NOPIC=
 .endif  .endif
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22