Module Name: src
Committed By: christos
Date: Mon Oct 29 15:37:45 UTC 2018
Modified Files:
src/sys/rump/net/lib/libnpf: Makefile
Log Message:
Back to using _NPF_TESTING now that it does not change the semantics of
the calls, but only adds extra functionality.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/rump/net/lib/libnpf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/net/lib/libnpf/Makefile
diff -u src/sys/rump/net/lib/libnpf/Makefile:1.25 src/sys/rump/net/lib/libnpf/Makefile:1.26
--- src/sys/rump/net/lib/libnpf/Makefile:1.25 Fri Oct 26 19:34:32 2018
+++ src/sys/rump/net/lib/libnpf/Makefile Mon Oct 29 11:37:45 2018
@@ -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 @@ SRCS+= npf_component.c
.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>