summaryrefslogtreecommitdiffstats
path: root/modules/streams/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/streams/Makefile')
-rw-r--r--modules/streams/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/streams/Makefile b/modules/streams/Makefile
deleted file mode 100644
index 9f3076c0..00000000
--- a/modules/streams/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-INITD = /etc/init.d/
-streams = groove deepmix radiotux
-.PHONY: all
-.PHONY: $(streams)
-
-all: $(streams)
- update-rc.d groove defaults
-
-$(streams):
- cp $@ $(INITD)$@