1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 13:30:59 +00:00
serenity/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

10 lines
126 B
Makefile

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