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 | 5347a59c010413403eabe9ee584150e96f66623e (patch) | |
tree | 1f26af4bfac4de6eabd3da726de93489515b8406 /evan/Makefile | |
parent | 5af391d6c846230ad4e22de3fe2dd6701c5a6d6b (diff) | |
parent | 01d6ff215f8a142960551cabaa084667ef482133 (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 + |