[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.9.2.4 and 1.10

version 1.9.2.4, 2002/06/22 08:50:29 version 1.10, 2002/02/09 17:37:34
Line 3 
Line 3 
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \  SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
         ssh-keysign ssh-keyscan sftp scard          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_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/sshd_config              ${DESTDIR}/etc/ssh/sshd_config
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.9.2.4  
changed lines
  Added in v.1.10