diff options
author | Felix Richter <github@syntax-fehler.de> | 2011-06-30 23:06:27 +0200 |
---|---|---|
committer | Felix Richter <github@syntax-fehler.de> | 2011-06-30 23:06:27 +0200 |
commit | 07f4cbf46f0872097ecf03435dfbacc2531ca7e2 (patch) | |
tree | 946e003bbd9eb25279656cbd6ad96122fd478fa1 /evan/Makefile | |
parent | 9dd15654794ff3b046be4389fbd047b42500ef67 (diff) | |
parent | 1328ff1587266fc69508c99825fb421bb8da0f84 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'evan/Makefile')
-rw-r--r-- | evan/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/evan/Makefile b/evan/Makefile new file mode 100644 index 00000000..f87e8505 --- /dev/null +++ b/evan/Makefile @@ -0,0 +1,9 @@ +.PHONY: infect +INSTALL_DIR = /root/bin +infect: + mkdir -p ${INSTALL_DIR} + cp evan ${INSTALL_DIR} + cp satz-liste ${INSTALL_DIR} + cp evan-startup /etc/init.d/evan + update-rc.d evan start + |