Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/net/lib/libnpf need libnvpair
details: https://anonhg.NetBSD.org/src/rev/04077f856659
branches: trunk
changeset: 445373:04077f856659
user: christos <christos%NetBSD.org@localhost>
date: Fri Oct 26 00:38:52 2018 +0000
description:
need libnvpair
diffstat:
sys/rump/net/lib/libnpf/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 05497a16af9d -r 04077f856659 sys/rump/net/lib/libnpf/Makefile
--- a/sys/rump/net/lib/libnpf/Makefile Thu Oct 25 21:07:58 2018 +0000
+++ b/sys/rump/net/lib/libnpf/Makefile Fri Oct 26 00:38:52 2018 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.21 2018/09/29 14:41:36 rmind Exp $
+# $NetBSD: Makefile,v 1.22 2018/10/26 00:38:52 christos Exp $
#
# Public Domain.
#
NOLINT= # defined
+S=${.CURDIR}/../../../../
-.PATH: ${.CURDIR}/../../../../net/npf
+.PATH: ${S}/net/npf ${S}/external/bsd/libnv/dist
+
LIB= rumpnet_npf
COMMENT=NPF packet filter
@@ -17,6 +19,8 @@
SRCS+= npf_state.c npf_state_tcp.c npf_tableset.c
SRCS+= lpm.c npf_sendpkt.c npf_worker.c npf_os.c npf_ifaddr.c
+SRCS+= nvlist.c nvpair.c nv_kern_netbsd.c dnvlist.c
+
SRCS+= if_npflog.c
SRCS+= npf_alg_icmp.c
Home |
Main Index |
Thread Index |
Old Index