Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/compat_netbsd32 We need more defines for this to...
details: https://anonhg.NetBSD.org/src/rev/ccbd508012ce
branches: trunk
changeset: 784208:ccbd508012ce
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 22 01:50:25 2013 +0000
description:
We need more defines for this to actually work!
diffstat:
sys/modules/compat_netbsd32/Makefile | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r a1228a7a61be -r ccbd508012ce sys/modules/compat_netbsd32/Makefile
--- a/sys/modules/compat_netbsd32/Makefile Tue Jan 22 01:48:34 2013 +0000
+++ b/sys/modules/compat_netbsd32/Makefile Tue Jan 22 01:50:25 2013 +0000
@@ -1,13 +1,26 @@
-# $NetBSD: Makefile,v 1.9 2012/03/10 21:52:00 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2013/01/22 01:50:25 christos Exp $
.include "../Makefile.inc"
.include "../Makefile.assym"
KMOD= compat_netbsd32
+CPPFLAGS+= -DCOMPAT_09
+CPPFLAGS+= -DCOMPAT_10
+CPPFLAGS+= -DCOMPAT_11
+CPPFLAGS+= -DCOMPAT_12
+CPPFLAGS+= -DCOMPAT_13
+CPPFLAGS+= -DCOMPAT_14
+CPPFLAGS+= -DCOMPAT_15
+CPPFLAGS+= -DCOMPAT_16
+
+CPPFLAGS+= -DCOMPAT_20
+CPPFLAGS+= -DCOMPAT_30 -DCOMPAT_40 -DCOMPAT_50
+CPPFLAGS+= -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
+CPPFLAGS+= -DCOMPAT_43
CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_NETBSD32
CPPFLAGS+= -DEXEC_ELF32 -DEXEC_ELF64 -DEXEC_AOUT
-CPPFLAGS+= -DCOREDUMP
+CPPFLAGS+= -DCOREDUMP -DNTP
.PATH: ${S}/compat/netbsd32
SRCS+= netbsd32_compat_09.c netbsd32_compat_10.c
Home |
Main Index |
Thread Index |
Old Index