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/6a16ff5e0138
branches: trunk
changeset: 327282:6a16ff5e0138
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 7a321092b38f -r 6a16ff5e0138 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