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