2002-06-24 09:48:24 +04:00
|
|
|
# $NetBSD: Makefile,v 1.17 2002/06/24 05:48:24 itojun 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 \
|
2002-06-24 09:48:24 +04:00
|
|
|
ssh-keysign ssh-keyscan sftp
|
|
|
|
#SUBDIR+=scard
|
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 \
|
2002-04-29 12:23:34 +04:00
|
|
|
${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh/ssh_config
|
2002-02-09 12:14:32 +03:00
|
|
|
${INSTALL_FILE} -o root -g wheel -m 644 \
|
2002-04-29 12:23:34 +04:00
|
|
|
${SSHDIST}/sshd_config ${DESTDIR}/etc/ssh/sshd_config
|
2002-02-09 12:14:32 +03:00
|
|
|
${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>
|