]> andersk Git - openssh.git/blobdiff - Makefile.in
Removed old with-askpass option
[openssh.git] / Makefile.in
index ec7f0fd7519bcf9dbc649661e3415e891e4374b9..ed42562aa6f53fee29f479aef7bac05d8ca4ff55 100644 (file)
@@ -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 \
This page took 1.498152 seconds and 4 git commands to generate.