Mon Dec 21 16:40:58 2009 UTC ()
Add netbsd32_compat_50.c to netbsd32 module sources list.


(njoly)
diff -r1.3 -r1.4 src/sys/modules/compat_netbsd32/Makefile

cvs diff -r1.3 -r1.4 src/sys/modules/compat_netbsd32/Makefile (expand / switch to unified diff)

--- src/sys/modules/compat_netbsd32/Makefile 2009/02/14 13:56:41 1.3
+++ src/sys/modules/compat_netbsd32/Makefile 2009/12/21 16:40:58 1.4
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.3 2009/02/14 13:56:41 abs Exp $ 1# $NetBSD: Makefile,v 1.4 2009/12/21 16:40:58 njoly Exp $
2 2
3.include "../Makefile.inc" 3.include "../Makefile.inc"
4.include "../Makefile.assym" 4.include "../Makefile.assym"
5 5
6KMOD= compat_netbsd32 6KMOD= compat_netbsd32
7 7
8CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_NETBSD32 8CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_NETBSD32
9CPPFLAGS+= -DEXEC_ELF32 -DEXEC_ELF64 -DEXEC_AOUT 9CPPFLAGS+= -DEXEC_ELF32 -DEXEC_ELF64 -DEXEC_AOUT
10CPPFLAGS+= -DP1003_1B_SEMAPHORE -DCOREDUMP 10CPPFLAGS+= -DP1003_1B_SEMAPHORE -DCOREDUMP
11 11
12.PATH: ${S}/compat/netbsd32 12.PATH: ${S}/compat/netbsd32
13SRCS+= netbsd32_compat_09.c netbsd32_compat_10.c 13SRCS+= netbsd32_compat_09.c netbsd32_compat_10.c
14SRCS+= netbsd32_compat_12.c netbsd32_compat_13.c 14SRCS+= netbsd32_compat_12.c netbsd32_compat_13.c
15SRCS+= netbsd32_compat_14.c netbsd32_compat_20.c 15SRCS+= netbsd32_compat_14.c netbsd32_compat_20.c
16SRCS+= netbsd32_compat_30.c netbsd32_compat_43.c 16SRCS+= netbsd32_compat_30.c netbsd32_compat_43.c
 17SRCS+= netbsd32_compat_50.c
17SRCS+= netbsd32_core.c netbsd32_event.c 18SRCS+= netbsd32_core.c netbsd32_event.c
18SRCS+= netbsd32_exec_aout.c netbsd32_exec_elf32.c 19SRCS+= netbsd32_exec_aout.c netbsd32_exec_elf32.c
19SRCS+= netbsd32_execve.c netbsd32_fs.c 20SRCS+= netbsd32_execve.c netbsd32_fs.c
20SRCS+= netbsd32_ioctl.c netbsd32_ipc.c 21SRCS+= netbsd32_ioctl.c netbsd32_ipc.c
21SRCS+= netbsd32_lwp.c netbsd32_netbsd.c 22SRCS+= netbsd32_lwp.c netbsd32_netbsd.c
22SRCS+= netbsd32_sa.c netbsd32_select.c 23SRCS+= netbsd32_sa.c netbsd32_select.c
23SRCS+= netbsd32_sem.c netbsd32_signal.c 24SRCS+= netbsd32_sem.c netbsd32_signal.c
24SRCS+= netbsd32_socket.c netbsd32_syscalls.c 25SRCS+= netbsd32_socket.c netbsd32_syscalls.c
25SRCS+= netbsd32_sysctl.c netbsd32_sysent.c 26SRCS+= netbsd32_sysctl.c netbsd32_sysent.c
26SRCS+= netbsd32_time.c netbsd32_wait.c 27SRCS+= netbsd32_time.c netbsd32_wait.c
27SRCS+= netbsd32_mod.c 28SRCS+= netbsd32_mod.c
28 29
29.if ${MACHINE_ARCH} == "x86_64" 30.if ${MACHINE_ARCH} == "x86_64"