blob: 50e94bd2bcceaf69e6e8a5bd5c42ddb390adad54 (
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
|
DIST = debian
.PHONY: all
all: select-target
.PHONY: infest aggressive coop
infest: aggressive
aggressive:
infest/etc_aggressive
infest/home
coop:
infest/etc_coop
infest/home
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
|