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 also include bsd.own.mk, so value fo...



details:   https://anonhg.NetBSD.org/src/rev/452ad8d6df02
branches:  trunk
changeset: 794022:452ad8d6df02
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Mar 03 19:09:52 2014 +0000

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

diffstat:

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

diffs (18 lines):

diff -r befc1101b143 -r 452ad8d6df02 sys/rump/net/lib/libnpf/Makefile
--- a/sys/rump/net/lib/libnpf/Makefile  Mon Mar 03 19:08:46 2014 +0000
+++ b/sys/rump/net/lib/libnpf/Makefile  Mon Mar 03 19:09:52 2014 +0000
@@ -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+= component.c
 
+.include <bsd.own.mk>
+
 .if ${RUMP_NPF_TESTING:Uyes} == "yes"
 CPPFLAGS+=     -D_NPF_TESTING
 .endif



Home | Main Index | Thread Index | Old Index