blob: 22b032abd7de09858eebb58a00a49b32987179cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
DIST = debian
.PHONY: infest it all so aggressive coop
all: select-target
it: so
so: it coop
aggressive: coop
infest/etc_aggressive
coop:
infest/etc_coop
infest/home
# compatibility
infest: aggressive
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
|