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

Diff for /src/usr.bin/bc/Makefile between version 1.1 and 1.2

version 1.1, 2003/09/25 19:35:12 version 1.2, 2003/11/03 19:51:42
Line 11 
Line 11 
         install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \          install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
             ${DESTDIR}/usr/share/misc              ${DESTDIR}/usr/share/misc
   
   # These get installed verbatim
   .if make(install)
   SUBDIR+= USD.doc
   .endif
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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