Files
ladybird/Servers/DHCPClient/Makefile
AnotherTest 3e8cf79efa Servers: Add a new DHCP client
This adds a DHCPClient...Server that leases IPv4s.
2020-04-05 09:50:48 +02:00

11 lines
126 B
Makefile

OBJS = \
DHCPv4.o \
DHCPv4Client.o \
main.o
PROGRAM = DHCPClient
LIB_DEPS = Core
include ../../Makefile.common