rumpnet_net: add pfil.c

This commit is contained in:
rmind 2012-04-14 18:26:31 +00:00
parent 42b74229c1
commit 9cd8b15e05

View File

@ -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