diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-03 13:15:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-03 13:15:16 +0000 |
commit | bf0a21e0d555b7cdf68d46e3e1564b85c35c136d (patch) | |
tree | 11dcc1da6ee2e1155a26a8111bb3daa4dfe5650f /security/openssh/files/patch-ssh-keyscan-Makefile | |
parent | - Added port to comms too. (diff) |
- Update to OpenSSH 2.9.9
- convert portname into lowercase
- PREFIX support for default sshd_config
- security-patch for cookie files obsolete
Notes
Notes:
svn path=/head/; revision=48393
Diffstat (limited to 'security/openssh/files/patch-ssh-keyscan-Makefile')
-rw-r--r-- | security/openssh/files/patch-ssh-keyscan-Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssh/files/patch-ssh-keyscan-Makefile b/security/openssh/files/patch-ssh-keyscan-Makefile index f5c47809edb0..d31653ac8736 100644 --- a/security/openssh/files/patch-ssh-keyscan-Makefile +++ b/security/openssh/files/patch-ssh-keyscan-Makefile @@ -1,6 +1,6 @@ --- ssh-keyscan/Makefile.orig Sun Mar 4 08:59:39 2001 +++ ssh-keyscan/Makefile Thu Jul 12 18:57:39 2001 -@@ -7,12 +7,12 @@ +@@ -7,12 +7,13 @@ BINMODE?=555 @@ -12,7 +12,8 @@ SRCS= ssh-keyscan.c .include <bsd.prog.mk> ++.include "Makefile.inc" -LDADD+= -lcrypto -+LDADD+= ${CRYPTOLIBS} ++LDADD+= ${CRYPTOLIBS} -lutil -lz DPADD+= ${LIBCRYPTO} |