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