Module Name:    src
Committed By:   pooka
Date:           Wed Apr 22 17:58:19 UTC 2015

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

Log Message:
default compat to 60 & 70


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 src/sys/rump/Makefile.rump:1.105
--- src/sys/rump/Makefile.rump:1.104	Wed Apr 22 16:59:45 2015
+++ src/sys/rump/Makefile.rump	Wed Apr 22 17:58:19 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rump,v 1.104 2015/04/22 16:59:45 pooka Exp $
+#	$NetBSD: Makefile.rump,v 1.105 2015/04/22 17:58:19 pooka Exp $
 #
 
 .if !defined(_RUMP_MK)
@@ -30,7 +30,7 @@ CPPFLAGS+=	-DMIPS1=1
 .endif
 .endif
 
-RUMP_COMPAT?=	50 60
+RUMP_COMPAT?=	60 70
 CPPFLAGS+=	${RUMP_COMPAT:C/[1-9]0/-DCOMPAT_&/g}
 
 CPPFLAGS+=	-DMAXUSERS=32

Reply via email to