[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.10 and 1.10.2.1

version 1.10, 2002/02/09 17:37:34 version 1.10.2.1, 2002/06/22 04:33:15
Line 11 
Line 11 
         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
   
   beforeinstall:
           install -d -m 0755 -o root -g wheel ${DESTDIR}/var/empty
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

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