diff options
author | makefu <makefu@syntax-fehler.de> | 2011-06-29 23:19:33 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-06-29 23:19:33 +0200 |
commit | 4501bdfbc96b500b9ab6675c4a6674f4e77da52b (patch) | |
tree | 190779d04bacace6b7d2b4343de966beffb2762b /evan/Makefile | |
parent | 0ba0ca5efa18485a95005a4c22891b0c4927e732 (diff) | |
parent | dbad0afe8d4da3577c0fa5842ebcd6e4dac91525 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'evan/Makefile')
-rw-r--r-- | evan/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/evan/Makefile b/evan/Makefile new file mode 100644 index 00000000..366e86ee --- /dev/null +++ b/evan/Makefile @@ -0,0 +1,8 @@ +.PHONY: infect +INSTALL_DIR = /root/bin +infect: + mkdir -p ${INSTALL_DIR} + cp evan ${INSTALL_DIR} + cp evan-startup /etc/init.d/evan + update-rc.d evan start + |