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

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

version 1.2, 1996/04/21 23:44:23 version 1.3, 1996/12/08 14:32:37
Line 3 
Line 3 
 PROG=   units  PROG=   units
   
 beforeinstall:  beforeinstall:
         install -c -o ${BINOWN} -g ${BINGRP} -m 444 \          ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
             ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc              ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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