summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7be35784e..b406d5f7a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -136,6 +136,9 @@ install: $(TARGETS)
136 $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \ 136 $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
137 fi 137 fi
138 138
139host-key: ssh-keygen
140 ./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N ''
141
139uninstallall: uninstall 142uninstallall: uninstall
140 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config 143 -rm -f $(DESTDIR)$(sysconfdir)/ssh_config
141 -rm -f $(DESTDIR)$(sysconfdir)/sshd_config 144 -rm -f $(DESTDIR)$(sysconfdir)/sshd_config