From f77b88d124ea1c900f9cf5e04046939aad48bbe1 Mon Sep 17 00:00:00 2001 From: mbm Date: Sun, 6 Mar 2005 03:34:52 +0000 Subject: nbd's makefile/menuconfig rewrite git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/busybox/Makefile (limited to 'package/busybox/Makefile') diff --git a/package/busybox/Makefile b/package/busybox/Makefile new file mode 100644 index 000000000..8877c373c --- /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 -- cgit v1.2.3