rumpnet_net: add pfil.c
This commit is contained in:
parent
42b74229c1
commit
9cd8b15e05
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.13 2011/09/24 21:11:23 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2012/04/14 18:26:31 rmind Exp $
|
||||
#
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
|
||||
@ -8,7 +8,7 @@ LIB= rumpnet_net
|
||||
# iffy stuff
|
||||
SRCS= if.c if_loop.c route.c rtbl.c rtsock.c rtsock_50.c raw_usrreq.c \
|
||||
raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c rfc6056.c
|
||||
SRCS+= if_43.c uipc_syscalls_50.c
|
||||
SRCS+= if_43.c pfil.c uipc_syscalls_50.c
|
||||
SRCS+= component.c
|
||||
|
||||
CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
|
||||
|
Loading…
Reference in New Issue
Block a user