summaryrefslogtreecommitdiffstats
path: root/streams/Makefile
blob: 9f3076c03fef3e41238b02b77d1c1e82e66eaca4 (plain)
1
2
3
4
5
6
7
8
9
10
INITD = /etc/init.d/
streams = groove deepmix radiotux
.PHONY: all
.PHONY: $(streams)

all: $(streams)
	update-rc.d groove defaults

$(streams):
	cp $@ $(INITD)$@