Module Name: src
Committed By: pooka
Date: Tue Apr 15 13:41:46 UTC 2014
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
add multi-inclusion protection
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/rump/Makefile.rump
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/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.94 src/sys/rump/Makefile.rump:1.95
--- src/sys/rump/Makefile.rump:1.94 Sun Mar 16 15:31:03 2014
+++ src/sys/rump/Makefile.rump Tue Apr 15 13:41:46 2014
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile.rump,v 1.94 2014/03/16 15:31:03 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.95 2014/04/15 13:41:46 pooka Exp $
#
+.if !defined(_RUMP_MK)
+_RUMP_MK= #defined
+
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
NOLINT= # kernel code
@@ -220,3 +223,5 @@ _BSD_IOCONF_MK_USER_=1
.-include "${NETBSDSRCDIR}/sys/arch/${MACHINE_CPU}/include/Makefile.inc"
.-include "${NETBSDSRCDIR}/sys/arch/${MACHINE}/include/Makefile.inc"
+
+.endif # _RUMP_MK