Define COMPAT_50 to be 1 just like config(8) would be opt_compat_netbsd.h

This commit is contained in:
matt 2011-02-01 01:15:51 +00:00
parent 0f0d22769a
commit 658d254929
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rump,v 1.59 2011/01/06 11:22:54 pooka Exp $
# $NetBSD: Makefile.rump,v 1.60 2011/02/01 01:15:51 matt Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@ -20,7 +20,7 @@ CWARNFLAGS+= -Wno-format-zero-length -Wno-pointer-sign
CPPFLAGS+= -D_KERNEL -DMULTIPROCESSOR -D_MODULE -DMODULAR
CPPFLAGS+= -DMAXUSERS=32
CPPFLAGS+= -DDIAGNOSTIC
CPPFLAGS+= -DCOMPAT_50
CPPFLAGS+= -DCOMPAT_50=1
CPPFLAGS+= -DDEBUGPRINT
CPPFLAGS+= -I${.CURDIR} -I.
CPPFLAGS+= -I${RUMPTOP}/../../common/include -isystem ${RUMPTOP}/../arch