mdev.txt: explain the meaning of a leading "-"
[oweals/busybox.git] / Makefile.custom
index 28d0ef7bc0b2e6c4503939d5a5a9a54e82ab17ca..6f679c4e12b4cb7bc139104aa321f035db387261 100644 (file)
@@ -11,6 +11,9 @@ busybox.cfg.nosuid: $(srctree)/applets/busybox.mksuid $(objtree)/include/autocon
        $(Q)-SUID="DROP" $(SHELL) $^ > $@
 
 .PHONY: install
+ifeq ($(CONFIG_INSTALL_APPLET_DONT),y)
+INSTALL_OPTS:= --none
+endif
 ifeq ($(CONFIG_INSTALL_APPLET_SYMLINKS),y)
 INSTALL_OPTS:= --symlinks
 endif