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

Diff for /src/usr.bin/strip/Attic/Makefile between version 1.2 and 1.3

version 1.2, 1996/06/26 05:39:31 version 1.3, 1996/12/08 14:32:35
Line 3 
Line 3 
 PROG=   strip  PROG=   strip
   
 realinstall:  realinstall:
         install -c -o ${BINOWN} -g ${BINGRP} -m 600 strip \          ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 600 strip \
             ${DESTDIR}${BINDIR}              ${DESTDIR}${BINDIR}
         ./strip ${DESTDIR}${BINDIR}/strip          ./strip ${DESTDIR}${BINDIR}/strip
         chmod ${BINMODE} ${DESTDIR}${BINDIR}/strip          chmod ${BINMODE} ${DESTDIR}${BINDIR}/strip

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3