--- trunk/initscripts/Makefile 2011/06/04 23:56:49 1393 +++ trunk/initscripts/Makefile 2013/10/15 10:33:29 2216 @@ -19,3 +19,8 @@ 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