make the makefile a little more flexible so we can store in either location
[oweals/busybox.git] / networking / udhcp / Makefile
1 ifneq ($(wildcard ../../networking/Config.in),)
2 include Makefile.busybox
3 else
4 include Makefile.udhcp
5 endif