aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-21 02:55:11 +0000
committerErik Andersen <andersen@codepoet.org>1999-12-21 02:55:11 +0000
commitd387d01f11c3b9438322c951cd1eac8f29ea6afc (patch)
treeed81f0f41ce4af3de74c5025180ca158f93f5809 /Makefile
parentf294a0288d5f90616c5a096c2236442394112daa (diff)
downloadbusybox-d387d01f11c3b9438322c951cd1eac8f29ea6afc.tar.gz
Sync to my local tree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b50c645bc..73aa2fc90 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,10 @@ ifdef BB_INIT_RC_EXIT_CMD
CFLAGS += -DBB_INIT_CMD_IF_RC_SCRIPT_EXITS=${BB_INIT_RC_EXIT_CMD}
endif
+ifdef BB_INIT_SCRIPT
+ CFLAGS += -DBB_INIT_SCRIPT=${BB_INIT_SCRIPT}
+endif
+
all: busybox busybox.links
busybox: $(OBJECTS)