summaryrefslogtreecommitdiffstats
path: root/sandbox/zoneminder/Makefile
diff options
context:
space:
mode:
authorroot <root@pigstarter.de>2013-11-05 13:24:42 +0100
committerroot <root@pigstarter.de>2013-11-05 13:24:42 +0100
commit5e326f51c58e500285ea3daee91986ee1ea518eb (patch)
tree2b3eccf15e10e4331dcb2d01c9f53620d749f55f /sandbox/zoneminder/Makefile
parentae627d2aa73ea6862af3985f1c07e95c6d493275 (diff)
sandbox -> .graveyard
Diffstat (limited to 'sandbox/zoneminder/Makefile')
-rw-r--r--sandbox/zoneminder/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/sandbox/zoneminder/Makefile b/sandbox/zoneminder/Makefile
deleted file mode 100644
index 27302715..00000000
--- a/sandbox/zoneminder/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-.PHONY: fix it so hard
-it: so
-so: it hard fix
- apt-get install --yes zoneminder libv4l-0
-
-hard: /etc/sysctl.d/zoneminder.conf
-/etc/sysctl.d/zoneminder.conf: zoneminder.conf
- cp $< $@
- sysctl -p $@
-
-fix: zmdc.pl-LD_PRELOAD.patch
- (cd /usr/bin && patch -N) < $< || :
-