aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-01-16 11:43:02 +0000
committerMike Baker <mbm@openwrt.org>2005-01-16 11:43:02 +0000
commit1ca99c8bcfa96041185848b2efef6953189f503f (patch)
tree85d694c0a5715a49a401cadec16be849169d8d6a /package/busybox/Makefile.in
downloadupstream-1ca99c8bcfa96041185848b2efef6953189f503f.tar.gz
upstream-1ca99c8bcfa96041185848b2efef6953189f503f.tar.bz2
upstream-1ca99c8bcfa96041185848b2efef6953189f503f.zip
Initial revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile.in')
-rw-r--r--package/busybox/Makefile.in3
1 files changed, 3 insertions, 0 deletions
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