Improve the setuid situation a bit, and make it more apparent
when people really ought to make busybox setuid root.
 -Erik
diff --git a/Makefile b/Makefile
index 8afd698..29897ef 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,16 @@
 
 install: applets/install.sh busybox busybox.links
 	$(SHELL) $< $(PREFIX)
+ifeq ($(strip $(CONFIG_FEATURE_SUID)),y)
+	@echo
+	@echo
+	@echo --------------------------------------------------
+	@echo You will probably need to make your busybox binary
+	@echo setuid root to ensure all configured applets will
+	@echo work properly.
+	@echo --------------------------------------------------
+	@echo
+endif
 
 uninstall: busybox.links
 	rm -f $(PREFIX)/bin/busybox