[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.57 and 1.58

version 1.57, 2001/09/25 10:26:40 version 1.58, 2001/09/25 13:04:30
Line 113 
Line 113 
 NOPIC=  NOPIC=
 .endif  .endif
   
   #pic relocation flags.
   .if (${MACHINE_ARCH} == "sparc64")
   PICFLAG=-fPIC
   ASPICFLAG=-KPIC
   .else
   ASPICFLAG=-k
   .endif
   
 # don't try to generate PROFILED versions of libraries on machines  # don't try to generate PROFILED versions of libraries on machines
 # which don't support profiling.  # which don't support profiling.
 # to add this back use the following line  # to add this back use the following line

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58