Module Name: src
Committed By: christos
Date: Fri Oct 26 23:34:33 UTC 2018
Modified Files:
src/sys/rump/net/lib/libnpf: Makefile
Log Message:
add an _NPF_RUMP define to expose the sampling function.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/sys/rump/net/lib/libnpf/Makefile:1.25
--- src/sys/rump/net/lib/libnpf/Makefile:1.24 Fri Oct 26 02:23:02 2018
+++ src/sys/rump/net/lib/libnpf/Makefile Fri Oct 26 19:34:32 2018
@@ -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 @@ 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>