summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-15 14:25:30 +1100
committerDamien Miller <djm@mindrot.org>1999-11-15 14:25:30 +1100
commitd05a247953572b5aa9c28f48410cb3608dfc118f (patch)
tree1244dada84f16b4143e5e74498b68899b6937e67 /Makefile.in
parent44b4e49eb79e835060324fc2e2392bb286a05fea (diff)
- Merged OpenBSD CVS changes:
- [ssh-add.c] change passphrase loop logic and remove ref to $DISPLAY, ok niels - Changed to ssh-add.c broke askpass support. Revised it to be a little more modular. - Revised autoconf support for enabling/disabling askpass support.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 365df018f..93c4a0c01 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,7 +80,7 @@ install: all
80 ln -sf ssh $(bindir)/slogin 80 ln -sf ssh $(bindir)/slogin
81 ln -sf ssh.1 $(mandir)/man1/slogin.1 81 ln -sf ssh.1 $(mandir)/man1/slogin.1
82 82
83 if [ ! -z "@INSTALL_ASKPASS@" ] ; then \ 83 if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \
84 install -d $(libdir) ; \ 84 install -d $(libdir) ; \
85 install -d $(libdir)/ssh ; \ 85 install -d $(libdir)/ssh ; \
86 if [ -z "@GNOME_ASKPASS@" ] ; then \ 86 if [ -z "@GNOME_ASKPASS@" ] ; then \