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 Comment out _NPF_TESTING (really sho...



details:   https://anonhg.NetBSD.org/src/rev/084c8399acf1
branches:  trunk
changeset: 994209:084c8399acf1
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 26 01:33:33 2018 +0000

description:
Comment out _NPF_TESTING (really should be removed)

diffstat:

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

diffs (22 lines):

diff -r e2fb8aba7126 -r 084c8399acf1 sys/rump/net/lib/libnpf/Makefile
--- a/sys/rump/net/lib/libnpf/Makefile  Fri Oct 26 00:38:52 2018 +0000
+++ b/sys/rump/net/lib/libnpf/Makefile  Fri Oct 26 01:33:33 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 2018/10/26 00:38:52 christos Exp $
+#      $NetBSD: Makefile,v 1.23 2018/10/26 01:33:33 christos Exp $
 #
 # Public Domain.
 #
@@ -33,9 +33,9 @@
 
 CPPFLAGS+=     -I ${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
 
-.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