Module Name:    src
Committed By:   pooka
Date:           Wed Apr 22 18:14:55 UTC 2015

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

Log Message:
Put 50 back to compat list for a while (some fallout)


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 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.106 src/sys/rump/Makefile.rump:1.107
--- src/sys/rump/Makefile.rump:1.106	Wed Apr 22 18:12:39 2015
+++ src/sys/rump/Makefile.rump	Wed Apr 22 18:14:55 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rump,v 1.106 2015/04/22 18:12:39 pooka Exp $
+#	$NetBSD: Makefile.rump,v 1.107 2015/04/22 18:14:55 pooka Exp $
 #
 
 .if !defined(_RUMP_MK)
@@ -29,7 +29,7 @@ CPPFLAGS+=	-DMIPS1=1
 .endif
 .endif
 
-RUMP_COMPAT?=	60 70
+RUMP_COMPAT?=	50 60 70
 CPPFLAGS+=	${RUMP_COMPAT:C/[1-9]0/-DCOMPAT_&/g}
 
 CPPFLAGS+=	-DMAXUSERS=32

Reply via email to