diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-21 02:55:11 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-21 02:55:11 +0000 |
commit | d387d01f11c3b9438322c951cd1eac8f29ea6afc (patch) | |
tree | ed81f0f41ce4af3de74c5025180ca158f93f5809 /Makefile | |
parent | f294a0288d5f90616c5a096c2236442394112daa (diff) |
Sync to my local tree
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |