Module Name:    src
Committed By:   pooka
Date:           Mon May 31 23:53:02 UTC 2010

Modified Files:
        src/tests/rump/kernspace: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/rump/kernspace/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/rump/kernspace/Makefile
diff -u src/tests/rump/kernspace/Makefile:1.1 src/tests/rump/kernspace/Makefile:1.2
--- src/tests/rump/kernspace/Makefile:1.1	Mon May 31 23:32:51 2010
+++ src/tests/rump/kernspace/Makefile	Mon May 31 23:53:02 2010
@@ -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
 

Reply via email to