e963960681
for talking to the server and for setting the interface address and route. However, otherwise it is quite different, since we need to be working under the assumptions that there is no stable storage on a rump instance, and that there are n networking stacks on a given host.
10 lines
191 B
Makefile
10 lines
191 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/01/20 18:47:19 pooka Exp $
|
|
#
|
|
|
|
PROG= rump.dhcpclient
|
|
SRCS= main.c bpf.c common.c configure.c dhcp.c if-bsd.c net.c
|
|
|
|
LDADD+= -lrumpclient
|
|
|
|
.include <bsd.prog.mk>
|