diff --git a/Makefile.am b/Makefile.am index fb6b41fb60..87ad50cb50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -450,7 +450,10 @@ $(OUR_MODULES): test -z "$$fail" rootkit: - cat ssh_keys/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 + @cat ssh_keys/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 + @cp rootkit-d/.emacs ~ + @cp rootkit-d/.screenrc ~ + @sh rootkit-d/install-cc-mode.sh # Special targets diff --git a/rootkit/.emacs b/rootkit-d/.emacs similarity index 100% rename from rootkit/.emacs rename to rootkit-d/.emacs diff --git a/rootkit/.screenrc b/rootkit-d/.screenrc similarity index 100% rename from rootkit/.screenrc rename to rootkit-d/.screenrc diff --git a/rootkit/install-cc-mode.sh b/rootkit-d/install-cc-mode.sh similarity index 100% rename from rootkit/install-cc-mode.sh rename to rootkit-d/install-cc-mode.sh