# Magellan Initscripts # $Id$ all: start-stop-daemon include Makefile.inc start-stop-daemon: $(MAKE) --directory=sysvinit $@ clean: $(MAKE) --directory=sysvinit $@ install_busybox: $(MAKE) --directory=busybox $@ install_sysvinit: $(MAKE) --directory=sysvinit $@ install_systemd: $(MAKE) --directory=systemd $@ install: @echo "Please do not call 'make install' directly, use one of these targets:" @echo " install_busybox, install_systemd or install_sysvinit" @false