NetBSD/usr.bin/ssh/Makefile

19 lines
541 B
Makefile
Raw Normal View History

2002-03-11 07:57:55 +03:00
# $NetBSD: Makefile,v 1.15 2002/03/11 04:57:57 itojun Exp $
.include <bsd.own.mk>
2000-09-29 02:20:58 +04:00
SSHDIST?= ${.CURDIR}/../../crypto/dist/ssh
SUBDIR= libssh .WAIT ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
ssh-keyscan sftp
distribution:
2002-02-09 12:14:32 +03:00
${INSTALL_FILE} -o root -g wheel -m 644 \
2002-03-11 07:57:55 +03:00
${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh/ssh.conf
2002-02-09 12:14:32 +03:00
${INSTALL_FILE} -o root -g wheel -m 644 \
2002-03-11 07:57:55 +03:00
${SSHDIST}/sshd_config ${DESTDIR}/etc/ssh/sshd.conf
2002-02-09 12:14:32 +03:00
${INSTALL_FILE} -o root -g wheel -m 444 \
${SSHDIST}/moduli ${DESTDIR}/etc/moduli
.include <bsd.subdir.mk>