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 | f35d129de5003cb46c81a8691ed94285ce467606 (patch) | |
tree | 085f1dd5fe8ee6de44c878690085a3d2243abc38 /evan/Makefile | |
parent | 3aa54ea3040e2a52099f8496ab255982caa88f51 (diff) | |
parent | ad89350b16a31d6bd6a644ad162d8723e85945ee (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 + |