[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/Makefile between version 1.7 and 1.8

version 1.7, 1998/07/06 15:19:31 version 1.8, 2000/10/05 15:28:15
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \  .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \
         (${MACHINE_ARCH} == "powerpc")          (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "hppa")
 NOPROG=  NOPROG=
 .else  .else
 PROG=   gprof  PROG=   gprof

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8