summaryrefslogtreecommitdiffstats
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 ec7f0fd7..ed42562a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,14 +83,10 @@ install: all
ln -sf ssh $(bindir)/slogin
ln -sf ssh.1 $(mandir)/man1/slogin.1
- if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \
- $(INSTALL) -d $(libexecdir) ; \
- $(INSTALL) -d $(libexecdir)/ssh ; \
- if [ -z "@GNOME_ASKPASS@" ] ; then \
- $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \
- else \
- $(INSTALL) -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \
- fi ; \
+ $(INSTALL) -d $(libexecdir) ;
+ $(INSTALL) -d $(libexecdir)/ssh ;
+ if [ -z "@GNOME_ASKPASS@" ] ; then \
+ $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \
fi
if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \