diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-09 17:37:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-09 17:37:35 +0000 |
commit | 3444dcf946b355385f62082fb180bc02fae69124 (patch) | |
tree | c85c80c7271085999a5e4634efa6f9267d6ba5d2 /usr.bin/ssh/Makefile | |
parent | dec5737d95cb94e97d65605f98a70fe5f3cbc58d (diff) |
move ssh config files to /etc/ssh
Diffstat (limited to 'usr.bin/ssh/Makefile')
-rw-r--r-- | usr.bin/ssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/Makefile b/usr.bin/ssh/Makefile index 3cd0837d8aa..f1f871e8292 100644 --- a/usr.bin/ssh/Makefile +++ b/usr.bin/ssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2001/06/28 21:55:27 markus Exp $ +# $OpenBSD: Makefile,v 1.10 2002/02/09 17:37:34 deraadt Exp $ .include <bsd.own.mk> @@ -7,8 +7,8 @@ SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \ distribution: 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 \ - ${DESTDIR}/etc/sshd_config + ${DESTDIR}/etc/ssh/sshd_config .include <bsd.subdir.mk> |