NetBSD/usr.bin/ssh/Makefile

19 lines
544 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2002/04/29 08:23:36 lukem 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 \
${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh/ssh_config
2002-02-09 12:14:32 +03:00
${INSTALL_FILE} -o root -g wheel -m 644 \
${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
.include <bsd.subdir.mk>