2002-02-09 12:14:32 +03:00
|
|
|
# $NetBSD: Makefile,v 1.14 2002/02/09 09:14:32 lukem Exp $
|
2000-07-25 20:32:24 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2000-09-29 02:20:58 +04:00
|
|
|
SSHDIST?= ${.CURDIR}/../../crypto/dist/ssh
|
2000-07-25 22:54:09 +04:00
|
|
|
|
2001-02-07 20:05:31 +03:00
|
|
|
SUBDIR= libssh .WAIT ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
|
|
|
|
ssh-keyscan sftp
|
2000-09-23 10:18:08 +04:00
|
|
|
|
2000-07-25 22:54:09 +04:00
|
|
|
distribution:
|
2002-02-09 12:14:32 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 644 \
|
|
|
|
${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh.conf
|
|
|
|
${INSTALL_FILE} -o root -g wheel -m 644 \
|
|
|
|
${SSHDIST}/sshd_config ${DESTDIR}/etc/sshd.conf
|
|
|
|
${INSTALL_FILE} -o root -g wheel -m 444 \
|
|
|
|
${SSHDIST}/moduli ${DESTDIR}/etc/moduli
|
2000-07-25 20:32:24 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|