[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.4 and 1.5

version 1.4, 1997/04/27 20:56:45 version 1.5, 2013/09/06 19:48:46
Line 3 
Line 3 
 PROG=   id  PROG=   id
 MAN=    id.1 groups.1 whoami.1  MAN=    id.1 groups.1 whoami.1
   
 afterinstall:  LINKS=  ${BINDIR}/id ${BINDIR}/groups \
         ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          ${BINDIR}/id ${BINDIR}/whoami
             ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups  
         ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \  
             ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5