Define COMPAT_50 to be 1 just like config(8) would be opt_compat_netbsd.h
This commit is contained in:
parent
0f0d22769a
commit
658d254929
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue