aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/Makefile')
-rw-r--r--networking/udhcp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/networking/udhcp/Makefile b/networking/udhcp/Makefile
new file mode 100644
index 000000000..469ac3dc1
--- /dev/null
+++ b/networking/udhcp/Makefile
@@ -0,0 +1,5 @@
+ifneq ($(wildcard ../../networking/Config.in),)
+include Makefile.busybox
+else
+include Makefile.udhcp
+endif