2000-08-02 21:04:23 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2000/08/02 17:04:23 thorpej Exp $
|
2000-07-25 20:32:24 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2000-08-02 21:04:23 +04:00
|
|
|
#SSHDIST=${.CURDIR}/../../crypto/dist/ssh
|
2000-07-25 22:54:09 +04:00
|
|
|
|
2000-07-25 20:32:24 +04:00
|
|
|
.if defined(SSHDIST)
|
|
|
|
SUBDIR= libssh ssh sshd ssh-add ssh-keygen ssh-agent scp
|
2000-07-25 22:54:09 +04:00
|
|
|
|
|
|
|
distribution:
|
|
|
|
${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
|
2000-07-28 20:43:49 +04:00
|
|
|
${SSHDIST}/ssh.conf ${DESTDIR}/etc/ssh.conf
|
2000-07-26 19:16:28 +04:00
|
|
|
${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
|
2000-07-28 20:43:49 +04:00
|
|
|
${SSHDIST}/sshd.conf ${DESTDIR}/etc/sshd.conf
|
2000-07-25 22:54:09 +04:00
|
|
|
.else
|
|
|
|
distribution:
|
|
|
|
@true
|
2000-07-25 20:32:24 +04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|