--- trunk/initscripts/Makefile 2011/06/04 23:56:49 1393 +++ tags/init-0_8_2/Makefile 2013/10/15 10:44:20 2219 @@ -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