summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 39f2f9959..7c96adc7f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -140,8 +140,8 @@ install: manpages $(TARGETS)
140 fi 140 fi
141 141
142host-key: ssh-keygen 142host-key: ssh-keygen
143 ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N '' 143 ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N ""
144 ./ssh-keygen -d -f $(sysconfdir)/ssh_host_dsa_key -N '' 144 ./ssh-keygen -d -f $(sysconfdir)/ssh_host_dsa_key -N ""
145 145
146uninstallall: uninstall 146uninstallall: uninstall
147 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config 147 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config