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 | 27636a7d483a2030ba9fae77e9fbe5d03763009b (patch) | |
tree | 250ffb907bc85b815479ab0d166990a9e41c27d3 /evan/Makefile | |
parent | d46ed6db771013c8609f335febd57c85b4653598 (diff) | |
parent | 6ee3199fafcd78037dee990bd3bb164394c96706 (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 + |