xref: /openbsd/usr.bin/ssh/Makefile (revision 891d7ab6)
1#	$OpenBSD: Makefile,v 1.15 2010/02/09 08:55:31 markus Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
6	ssh-keysign ssh-keyscan sftp ssh-pkcs11-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