Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/rump/kernspace need bsd.own.mk to avoid the "NETBSDSRC...



details:   https://anonhg.NetBSD.org/src/rev/8b8411a55c34
branches:  trunk
changeset: 755309:8b8411a55c34
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon May 31 23:53:02 2010 +0000

description:
need bsd.own.mk to avoid the "NETBSDSRCDIR is nothing" syndrome

diffstat:

 tests/rump/kernspace/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r fa556bce9015 -r 8b8411a55c34 tests/rump/kernspace/Makefile
--- a/tests/rump/kernspace/Makefile     Mon May 31 23:51:28 2010 +0000
+++ b/tests/rump/kernspace/Makefile     Mon May 31 23:53:02 2010 +0000
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.1 2010/05/31 23:32:51 pooka Exp $
+#      $NetBSD: Makefile,v 1.2 2010/05/31 23:53:02 pooka Exp $
 #
 
+.include <bsd.own.mk>
+
 LIB=   kernspace
 SRCS=  thread.c busypage.c tsleep.c
 



Home | Main Index | Thread Index | Old Index