=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Makefile,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -r1.9.2.1 -r1.9.2.2 --- src/usr.bin/ssh/Makefile 2002/03/07 17:37:45 1.9.2.1 +++ src/usr.bin/ssh/Makefile 2002/03/08 15:17:18 1.9.2.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9.2.1 2002/03/07 17:37:45 jason Exp $ +# $OpenBSD: Makefile,v 1.9.2.2 2002/03/08 15:17:18 brad Exp $ .include @@ -7,8 +7,8 @@ distribution: 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 \ - ${DESTDIR}/etc/ssh/sshd_config + ${DESTDIR}/etc/sshd_config .include