2000-09-29 02:20:58 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 2000/09/28 22:20:58 thorpej Exp $
|
2000-07-25 20:32:24 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2000-09-29 02:20:58 +04:00
|
|
|
SSHDIST?= ${.CURDIR}/../../crypto/dist/ssh
|
2000-07-25 22:54:09 +04:00
|
|
|
|
2000-07-25 20:32:24 +04:00
|
|
|
SUBDIR= libssh ssh sshd ssh-add ssh-keygen ssh-agent scp
|
2000-07-25 22:54:09 +04:00
|
|
|
|
2000-09-23 10:18:08 +04:00
|
|
|
all-ssh all-sshd all-ssh-add all-ssh-keygen all-ssh-agent all-scp: all-libssh
|
|
|
|
dependall-ssh dependall-sshd dependall-ssh-add dependall-ssh-keygen \
|
|
|
|
dependall-ssh-agent dependall-scp: dependall-libssh
|
|
|
|
|
2000-07-25 22:54:09 +04:00
|
|
|
distribution:
|
2000-09-23 17:53:41 +04:00
|
|
|
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
|
2000-07-28 20:43:49 +04:00
|
|
|
${SSHDIST}/ssh.conf ${DESTDIR}/etc/ssh.conf
|
2000-09-23 17:53:41 +04:00
|
|
|
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
|
2000-07-28 20:43:49 +04:00
|
|
|
${SSHDIST}/sshd.conf ${DESTDIR}/etc/sshd.conf
|
2000-07-25 20:32:24 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|