From 2d523c23175b8e8772c2e223d92513f836cde8a6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 01:06:03 +0000 Subject: Major buildroot facelift, step one. -Erik --- 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 000000000..a8efafb8b --- /dev/null +++ b/package/busybox/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_BUSYBOX)),y) +TARGETS+=busybox +endif -- cgit v1.2.3