From d387d01f11c3b9438322c951cd1eac8f29ea6afc Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 21 Dec 1999 02:55:11 +0000 Subject: Sync to my local tree --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b50c645..73aa2fc 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) -- cgit v1.1