summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-27 13:53:14 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-27 13:53:14 +0200
commitce9ed19b3b6ed9b49690e1a84a94190922000abf (patch)
treefdf01a81bcb9e1f4c5c5c78171cdcb54d7367810 /Makefile
parenteaca1684da22a3560e7f32da9f08e7549e74600e (diff)
parenta6563e5a9c554aa5d08c11f645815fb25deb8bcd (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile32
1 files changed, 20 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index d31a7c9d..22b032ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,27 @@
+DIST = debian
-
-.PHONY: all
+.PHONY: infest it all so aggressive coop
all: select-target
-.PHONY: infest
-infest:
- infest/etc
- infest/root
+it: so
+so: it coop
+aggressive: coop
+ infest/etc_aggressive
+coop:
+ infest/etc_coop
+ infest/home
+
+# compatibility
+infest: aggressive
-install-debian:
- [ `which git` ] || apt-get install git-core
- [ `which tmux` ] || apt-get install tmux
- [ `which screen` ] && apt-get remote screen
- [ `which vim` ] || apt-get install vim
+install-core:
+ core/$(DIST)
noise:
make -C modules/noise infest
-
+streams:
+ make -C modules/streams
+monitoring:
+ make -C modules/Monitoring debian
+zoneminder:
+ make -C modules/zoneminder fix it so hard