Module Name:    src
Committed By:   joerg
Date:           Mon Mar 21 05:15:18 UTC 2011

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern

Log Message:
Include bsd.own.mk before making decisions based on mk.conf.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/rump/librump/rumpkern/Makefile.rumpkern

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/librump/rumpkern/Makefile.rumpkern
diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.107 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.108
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.107	Mon Jan 17 16:20:20 2011
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern	Mon Mar 21 05:15:18 2011
@@ -1,8 +1,10 @@
-#	$NetBSD: Makefile.rumpkern,v 1.107 2011/01/17 16:20:20 pooka Exp $
+#	$NetBSD: Makefile.rumpkern,v 1.108 2011/03/21 05:15:18 joerg Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
 
+.include <bsd.own.mk>
+
 LIB=		rump
 
 .PATH:	${RUMPTOP}/librump/rumpkern				\

Reply via email to