We need more defines for this to actually work!
This commit is contained in:
parent
d558641cdd
commit
985c770dc8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user