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

Diff for /src/usr.bin/lorder/Makefile between version 1.4 and 1.5

version 1.4, 1996/12/08 14:32:28 version 1.5, 1997/01/02 20:48:29
Line 3 
Line 3 
   
 MAN=    lorder.1  MAN=    lorder.1
   
 .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mips")  .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mips" \
           || ${MACHINE_ARCH} == "powerpc" )
 # alpha, mips use special version which works with GNU (or BSD) nm.  # alpha, mips use special version which works with GNU (or BSD) nm.
 SCRIPT= lorder.sh.gnm  SCRIPT= lorder.sh.gnm
 .else  .else

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5