[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.53 and 1.54

version 1.53, 2001/09/02 14:34:14 version 1.54, 2001/09/24 15:29:11
Line 113 
Line 113 
 # 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
 .if (${MACHINE_ARCH} == "m88k") || (${MACHINE_ARCH} == "sparc64")  .if (${MACHINE_ARCH} == "m88k")
 #.if 0  #.if 0
 NOPROFILE=  NOPROFILE=
 .endif  .endif

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54