[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.5 and 1.6

version 1.5, 1997/01/02 20:48:29 version 1.6, 1997/04/27 20:56:48
Line 12 
Line 12 
 .endif  .endif
   
 realinstall:  realinstall:
         ${INSTALL} ${COPY} -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.5  
changed lines
  Added in v.1.6