# Project: DHCP Client

-include ../Makefile.cfg

LDFLAGS += -lnet

OBJ = main.o
BIN = dhcpc
DIR = SBin

-include ../Makefile.tpl
