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 add an _NPF_RUMP define to expose th...
details: https://anonhg.NetBSD.org/src/rev/0e9053d88869
branches: trunk
changeset: 445390:0e9053d88869
user: christos <christos%NetBSD.org@localhost>
date: Fri Oct 26 23:34:32 2018 +0000
description:
add an _NPF_RUMP define to expose the sampling function.
diffstat:
sys/rump/net/lib/libnpf/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 747aba07baaa -r 0e9053d88869 sys/rump/net/lib/libnpf/Makefile
--- a/sys/rump/net/lib/libnpf/Makefile Fri Oct 26 23:34:05 2018 +0000
+++ b/sys/rump/net/lib/libnpf/Makefile Fri Oct 26 23:34:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/10/26 06:23:02 kre Exp $
+# $NetBSD: Makefile,v 1.25 2018/10/26 23:34:32 christos Exp $
#
# Public Domain.
#
@@ -32,10 +32,11 @@
.include <bsd.own.mk>
CPPFLAGS+= -I ${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
+CPPFLAGS+= -D_NPF_RUMP
-.if ${RUMP_NPF_TESTING:Uyes} == "yes"
-CPPFLAGS+= -D_NPF_TESTING
-.endif
+#.if ${RUMP_NPF_TESTING:Uyes} == "yes"
+#CPPFLAGS+= -D_NPF_TESTING
+#.endif
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
Home |
Main Index |
Thread Index |
Old Index