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 Back to using _NPF_TESTING now that ...



details:   https://anonhg.NetBSD.org/src/rev/f4eec01dc0a5
branches:  trunk
changeset: 445440:f4eec01dc0a5
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 29 15:37:45 2018 +0000

description:
Back to using _NPF_TESTING now that it does not change the semantics of
the calls, but only adds extra functionality.

diffstat:

 sys/rump/net/lib/libnpf/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r a20843c2c06d -r f4eec01dc0a5 sys/rump/net/lib/libnpf/Makefile
--- a/sys/rump/net/lib/libnpf/Makefile  Mon Oct 29 15:37:06 2018 +0000
+++ b/sys/rump/net/lib/libnpf/Makefile  Mon Oct 29 15:37:45 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2018/10/26 23:34:32 christos Exp $
+#      $NetBSD: Makefile,v 1.26 2018/10/29 15:37:45 christos Exp $
 #
 # Public Domain.
 #
@@ -32,11 +32,10 @@
 .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