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

Diff for /src/usr.bin/ssh/Makefile between version 1.11 and 1.12

version 1.11, 2002/05/23 19:24:30 version 1.12, 2003/12/01 15:47:20
Line 6 
Line 6 
         ssh-keysign ssh-keyscan sftp scard          ssh-keysign ssh-keyscan sftp scard
   
 distribution:  distribution:
         install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \          ${INSTALL} -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
             ${DESTDIR}/etc/ssh/ssh_config              ${DESTDIR}/etc/ssh/ssh_config
         install -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \          ${INSTALL} -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
             ${DESTDIR}/etc/ssh/sshd_config              ${DESTDIR}/etc/ssh/sshd_config
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12