mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 19:30:43 +00:00
6 lines
107 B
Makefile
6 lines
107 B
Makefile
ifneq ($(wildcard ../../networking/Config.in),)
|
|
include Makefile.busybox
|
|
else
|
|
include Makefile.udhcp
|
|
endif
|