# $NetBSD: Makefile,v 1.12 2001/05/26 23:27:14 itojun Exp $ .include 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}/primes ${DESTDIR}/etc/primes .include