Add netbsd32_compat_50.c to netbsd32 module sources list.

This commit is contained in:
njoly 2009-12-21 16:40:58 +00:00
parent 5d50e994de
commit 54d7ff3b44
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/02/14 13:56:41 abs Exp $
# $NetBSD: Makefile,v 1.4 2009/12/21 16:40:58 njoly Exp $
.include "../Makefile.inc"
.include "../Makefile.assym"
@ -14,6 +14,7 @@ SRCS+= netbsd32_compat_09.c netbsd32_compat_10.c
SRCS+= netbsd32_compat_12.c netbsd32_compat_13.c
SRCS+= netbsd32_compat_14.c netbsd32_compat_20.c
SRCS+= netbsd32_compat_30.c netbsd32_compat_43.c
SRCS+= netbsd32_compat_50.c
SRCS+= netbsd32_core.c netbsd32_event.c
SRCS+= netbsd32_exec_aout.c netbsd32_exec_elf32.c
SRCS+= netbsd32_execve.c netbsd32_fs.c