NetBSD/usr.bin/ssh/Makefile
itojun 69d60502fe upgrade to openssh 2.9, around 2001/6/24 (from openbsd usr.bin/ssh).
- authorized_keys2 and known_hosts2 are obsoleted, and integrated
  into those without "2".
- file name change, /etc/primes -> /etc/moduli
- cleanups
2001-06-23 19:37:38 +00:00

19 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.13 2001/06/23 19:37:43 itojun Exp $
.include <bsd.own.mk>
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
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 444 \
${SSHDIST}/moduli ${DESTDIR}/etc/moduli
.include <bsd.subdir.mk>