Module Name:    src
Committed By:   pooka
Date:           Mon Mar  3 19:09:52 UTC 2014

Modified Files:
        src/sys/rump/net/lib/libnpf: Makefile

Log Message:
also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.conf


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/sys/rump/net/lib/libnpf/Makefile:1.11
--- src/sys/rump/net/lib/libnpf/Makefile:1.10	Mon Mar  3 14:01:30 2014
+++ src/sys/rump/net/lib/libnpf/Makefile	Mon Mar  3 19:09:52 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2014/03/03 14:01:30 pooka Exp $
+#	$NetBSD: Makefile,v 1.11 2014/03/03 19:09:52 pooka Exp $
 #
 # Public Domain.
 #
@@ -19,6 +19,8 @@ SRCS+=	npf_ext_log.c npf_ext_normalize.c
 
 SRCS+=	component.c
 
+.include <bsd.own.mk>
+
 .if ${RUMP_NPF_TESTING:Uyes} == "yes"
 CPPFLAGS+=	-D_NPF_TESTING
 .endif

Reply via email to