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 | df04c27a35814c115690b96b94368ec08e54f796 (patch) | |
tree | 95cc1b93005d4dcb71d605e7b8559eac25ef2894 /evan/Makefile | |
parent | a60b064f38209d8f41b67717b8c80cd214f9c2b9 (diff) | |
parent | d303e6041410abb7282ccfc26017d9d32bd2908d (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 + |