#INITD = /etc/init.d/ INITD = /etc/rc.d/ streams = groove deepmix radiotux CURRDIR = ${PWD} .PHONY: all .PHONY: $(streams) all: $(streams) @update-rc.d groove defaults 2>/dev/null || echo "** put groove daemon in DAEMONS in /etc/rc.conf" $(streams): ln -n -s -f $$PWD/stream-starter $(INITD)$@