diff options
| author | christos <christos@NetBSD.org> | 2013-01-22 01:50:25 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-01-22 01:50:25 +0000 |
| commit | 6ccefdae820772b24ea845200095d757a9748afb (patch) | |
| tree | cd99b803d687243533a16877b20e7ec2e10d239b /sys/modules | |
| parent | 291a69998c1f437d1c9aaef399a9f409749e55fc (diff) | |
We need more defines for this to actually work!
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/compat_netbsd32/Makefile | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sys/modules/compat_netbsd32/Makefile b/sys/modules/compat_netbsd32/Makefile index 0a4d7d90b40..acc7aadee77 100644 --- a/sys/modules/compat_netbsd32/Makefile +++ b/sys/modules/compat_netbsd32/Makefile @@ -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 |
