[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.7 and 1.8

version 1.7, 1997/09/21 11:49:46 version 1.8, 1999/05/21 01:24:04
Line 2 
Line 2 
   
 MAN=    lorder.1  MAN=    lorder.1
   
 .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mips" \  
         || ${MACHINE_ARCH} == "powerpc" )  
 # alpha, mips use special version which works with GNU (or BSD) nm.  
 SCRIPT= lorder.sh.gnm  
 .else  
 SCRIPT= lorder.sh  SCRIPT= lorder.sh
 .endif  
   
 realinstall:  realinstall:
         ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \

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