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

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

version 1.2, 1996/06/26 05:34:22 version 1.3, 1996/12/08 14:32:26
Line 4 
Line 4 
 MAN=    id.1 groups.1 whoami.1  MAN=    id.1 groups.1 whoami.1
   
 afterinstall:  afterinstall:
         install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
             ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups              ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
         install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
             ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami              ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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