mirror of
https://git.busybox.net/udhcp
synced 2025-05-08 13:43:45 +08:00
6 lines
107 B
Makefile
6 lines
107 B
Makefile
ifneq ($(wildcard ../../networking/Config.in),)
|
|
include Makefile.busybox
|
|
else
|
|
include Makefile.udhcp
|
|
endif
|