From 1ca99c8bcfa96041185848b2efef6953189f503f Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Sun, 16 Jan 2005 11:43:02 +0000 Subject: Initial revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@197 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package/busybox/Makefile.in (limited to 'package/busybox/Makefile.in') diff --git a/package/busybox/Makefile.in b/package/busybox/Makefile.in new file mode 100644 index 0000000000..a8efafb8b4 --- /dev/null +++ b/package/busybox/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_BUSYBOX)),y) +TARGETS+=busybox +endif -- cgit v1.2.3