1# $OpenBSD: Makefile,v 1.17 2019/10/31 21:22:01 djm Exp $ 2 3.include <bsd.own.mk> 4 5SUBDIR= ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \ 6 ssh-keysign ssh-keyscan sftp ssh-pkcs11-helper ssh-sk-helper 7 8distribution: 9 ${INSTALL} -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \ 10 ${DESTDIR}/etc/ssh/ssh_config 11 ${INSTALL} -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \ 12 ${DESTDIR}/etc/ssh/sshd_config 13 14.include <bsd.subdir.mk> 15