Heave-ho radix.c from librumpnet_net to librumpnet.
This commit is contained in:
parent
42a9987790
commit
922d39c2b2
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.rumpnet,v 1.1 2008/10/15 13:00:39 pooka Exp $
|
||||
# $NetBSD: Makefile.rumpnet,v 1.2 2008/11/25 18:36:08 pooka Exp $
|
||||
#
|
||||
|
||||
.include "${RUMPTOP}/Makefile.rump"
|
||||
@ -6,7 +6,8 @@
|
||||
LIB= rumpnet
|
||||
|
||||
.PATH: ${RUMPTOP}/librump/rumpnet \
|
||||
${RUMPTOP}/../kern ${RUMPTOP}/../lib/libkern
|
||||
${RUMPTOP}/../kern ${RUMPTOP}/../lib/libkern \
|
||||
${RUMPTOP}/../net
|
||||
|
||||
SRCS= net_stub.c netisr.c rump_net.c
|
||||
|
||||
@ -14,6 +15,9 @@ SRCS= net_stub.c netisr.c rump_net.c
|
||||
SRCS+= sys_socket.c uipc_accf.c uipc_domain.c uipc_mbuf.c uipc_mbuf2.c \
|
||||
uipc_socket.c uipc_socket2.c uipc_syscalls.c
|
||||
|
||||
# routing
|
||||
SRCS+= radix.c
|
||||
|
||||
# src/lib/libkern
|
||||
SRCS+= intoa.c
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2008/10/16 19:14:51 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2008/11/25 18:36:08 pooka Exp $
|
||||
#
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../net
|
||||
@ -6,7 +6,7 @@
|
||||
LIB= rumpnet_net
|
||||
|
||||
# iffy stuff
|
||||
SRCS= if.c if_loop.c route.c radix.c rtsock.c raw_usrreq.c raw_cb.c \
|
||||
SRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c raw_cb.c \
|
||||
if_media.c link_proto.c net_stats.c if_ethersubr.c
|
||||
|
||||
CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
|
||||
|
Loading…
Reference in New Issue
Block a user