[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 and 1.9.2.1

version 1.9, 2001/06/28 21:55:27 version 1.9.2.1, 2002/03/07 17:37:45
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_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  
changed lines
  Added in v.1.9.2.1