1#	$OpenBSD: Makefile,v 1.12 2003/12/01 15:47:20 grange Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	lib libroaming_off libroaming_on \
6	ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
7	ssh-keysign ssh-keyscan sftp scard
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