2006-04-20  Shaun Jackman  <sjackman@gmail.com>
        * Makefile: Build a bFLT binary.
        * Rules.mak: Ditto.
diff --git a/Makefile b/Makefile
index 29e741d..977df5d 100644
--- a/Makefile
+++ b/Makefile
@@ -305,6 +305,9 @@
 	$(Q)cp busybox_unstripped busybox
 	$(do_strip)
 
+%.bflt: %_unstripped
+	$(do_elf2flt)
+
 busybox.links: $(top_srcdir)/applets/busybox.mkll include/bb_config.h $(top_srcdir)/include/applets.h
 	$(Q)-$(SHELL) $^ >$@