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

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

version 1.2, 1996/06/26 05:42:28 version 1.3, 1996/12/08 14:32:37
Line 13 
Line 13 
         cap_mkdb -f vgrindefs.src ${.CURDIR}/vgrindefs.src          cap_mkdb -f vgrindefs.src ${.CURDIR}/vgrindefs.src
   
 beforeinstall:  beforeinstall:
         install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
             ${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind              ${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind
         install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgrindefs.src \          ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
             ${DESTDIR}/usr/share/misc/vgrindefs              ${.CURDIR}/vgrindefs.src ${DESTDIR}/usr/share/misc/vgrindefs
         install -c -o ${BINOWN} -g ${BINGRP} -m 444 \          ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
             vgrindefs.src.db ${DESTDIR}/usr/share/misc/vgrindefs.db              vgrindefs.src.db ${DESTDIR}/usr/share/misc/vgrindefs.db
         install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/tmac.vgrind \          ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
             ${DESTDIR}/usr/share/tmac              ${.CURDIR}/tmac.vgrind ${DESTDIR}/usr/share/tmac
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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