NetBSD/usr.bin/ssh/Makefile

19 lines
587 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2001/06/23 19:37:43 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:
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh.conf
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
${SSHDIST}/sshd_config ${DESTDIR}/etc/sshd.conf
2001-05-27 03:27:13 +04:00
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 444 \
${SSHDIST}/moduli ${DESTDIR}/etc/moduli
.include <bsd.subdir.mk>