NetBSD/usr.bin/ssh/Makefile
itojun a0f7a7d829 crypto/dist/ssh: resolve conflicts with 2.3.0/20010105.
usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR.
2001-01-14 05:22:31 +00:00

17 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.10 2001/01/14 05:22:33 itojun Exp $
.include <bsd.own.mk>
SSHDIST?= ${.CURDIR}/../../crypto/dist/ssh
SUBDIR= libssh .WAIT ssh sshd ssh-add ssh-keygen ssh-agent scp \
ssh-keyscan sftp-server
distribution:
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
${SSHDIST}/ssh.conf ${DESTDIR}/etc/ssh.conf
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
${SSHDIST}/sshd.conf ${DESTDIR}/etc/sshd.conf
.include <bsd.subdir.mk>