ssh has moved
[netbsd-mini2440.git] / crypto / dist / ssh / Makefile
blobaa3c9be7154a7ac0ad42ee3c3428ce1abf13054a
1 # $OpenBSD: Makefile,v 1.12 2003/12/01 15:47:20 grange Exp $
3 .include <bsd.own.mk>
5 SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
6 ssh-keysign ssh-keyscan sftp scard
8 distribution:
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
14 .include <bsd.subdir.mk>