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

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

version 1.2, 1996/06/26 05:41:52 version 1.3, 1996/12/08 14:32:36
Line 3 
Line 3 
 MAN=    true.1  MAN=    true.1
   
 beforeinstall:  beforeinstall:
         install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                 ${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true                  ${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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