summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-02-07 05:35:16 +0000
committerPaul Traina <pst@FreeBSD.org>1996-02-07 05:35:16 +0000
commit253fd7df140c93d9c9db96fd396c9c0d48c8a3b9 (patch)
treecadafde4efa1a13a7287acef4f3f9370d779e246 /security
parentThe version of expect on nist was upgraded to 5.19 without changing (diff)
Fix patch typo.
Found by: Andrzej Tobola <san@iem.pw.edu.pl>
Notes
Notes: svn path=/head/; revision=2683
Diffstat (limited to 'security')
-rw-r--r--security/ssh/files/patch-af2
-rw-r--r--security/ssh2/files/patch-af2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/files/patch-af b/security/ssh/files/patch-af
index 66956019cca8..4d5296a7dda3 100644
--- a/security/ssh/files/patch-af
+++ b/security/ssh/files/patch-af
@@ -33,7 +33,7 @@ that these two patches replace was unmaintainable and overly drastic.
ZLIBDIR = zlib095
! ZLIBINCDIR = $(ZLIBDIR)
! ZLIBLIBDIR = $(ZLIBDIR)
-! ZLIBDEP = $(ZLIBINCDIR)/libz.h $(ZLIBLIBDIR)/libz.a
+! ZLIBDEP = $(ZLIBINCDIR)/zlib.h $(ZLIBLIBDIR)/libz.a
! ZLIBLIBS = -L$(ZLIBLIBDIR) -lz
RSAREFDIR = rsaref2
diff --git a/security/ssh2/files/patch-af b/security/ssh2/files/patch-af
index 66956019cca8..4d5296a7dda3 100644
--- a/security/ssh2/files/patch-af
+++ b/security/ssh2/files/patch-af
@@ -33,7 +33,7 @@ that these two patches replace was unmaintainable and overly drastic.
ZLIBDIR = zlib095
! ZLIBINCDIR = $(ZLIBDIR)
! ZLIBLIBDIR = $(ZLIBDIR)
-! ZLIBDEP = $(ZLIBINCDIR)/libz.h $(ZLIBLIBDIR)/libz.a
+! ZLIBDEP = $(ZLIBINCDIR)/zlib.h $(ZLIBLIBDIR)/libz.a
! ZLIBLIBS = -L$(ZLIBLIBDIR) -lz
RSAREFDIR = rsaref2