[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.1 and 1.9.2.2

version 1.9.2.1, 2002/03/07 17:37:45 version 1.9.2.2, 2002/03/08 15:17:18
Line 7 
Line 7 
   
 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_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/sshd_config
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.9.2.2