Networking - Working on DHCP client (and related changes)
[tpg/acess2.git] / Usermode / Applications / dhcpclient_src / Makefile
1 # Project: DHCP Client
2
3 -include ../Makefile.cfg
4
5 LDFLAGS += -lnet
6
7 OBJ = main.o
8 BIN = dhcpc
9 DIR = SBin
10
11 -include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au