[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.8 and 1.9

version 1.8, 1999/05/21 01:24:04 version 1.9, 2011/11/08 10:37:10
Line 5 
Line 5 
 SCRIPT= lorder.sh  SCRIPT= lorder.sh
   
 realinstall:  realinstall:
         ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          ${INSTALL} ${INSTALL_COPY} -S -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
             ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder              ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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