summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 13:19:55 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 13:19:55 +1100
commit98ac007ad9e4b94c58e49b5ca86e9f444be930bd (patch)
treee66139db7d48bd90aa0b61b672a84a6d180acbf0 /Makefile.in
parent063fdf82755e53b5a2cf5265aaa654969b23b459 (diff)
Removed old with-askpass option
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index ec7f0fd75..ed42562aa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,14 +83,10 @@ install: all
83 ln -sf ssh $(bindir)/slogin 83 ln -sf ssh $(bindir)/slogin
84 ln -sf ssh.1 $(mandir)/man1/slogin.1 84 ln -sf ssh.1 $(mandir)/man1/slogin.1
85 85
86 if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \ 86 $(INSTALL) -d $(libexecdir) ;
87 $(INSTALL) -d $(libexecdir) ; \ 87 $(INSTALL) -d $(libexecdir)/ssh ;
88 $(INSTALL) -d $(libexecdir)/ssh ; \ 88 if [ -z "@GNOME_ASKPASS@" ] ; then \
89 if [ -z "@GNOME_ASKPASS@" ] ; then \ 89 $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \
90 $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \
91 else \
92 $(INSTALL) -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \
93 fi ; \
94 fi 90 fi
95 91
96 if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \ 92 if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \