[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.9 and 1.10

version 1.9, 2011/11/08 10:37:10 version 1.10, 2019/02/24 12:57:14
Line 5 
Line 5 
 SCRIPT= lorder.sh  SCRIPT= lorder.sh
   
 realinstall:  realinstall:
         ${INSTALL} ${INSTALL_COPY} -S -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          ${INSTALL} ${INSTALL_COPY} -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.9  
changed lines
  Added in v.1.10