diff options
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile new file mode 100644 index 0000000000..8877c373c1 --- /dev/null +++ b/package/busybox/Makefile @@ -0,0 +1,9 @@ +include $(TOPDIR)/rules.mk + +include ./busybox.mk + +source: busybox-source +prepare: $(BUSYBOX_DIR)/.unpacked +compile: $(BUSYBOX_DIR)/busybox +install: busybox +clean: busybox-dirclean |