Module Name:    src
Committed By:   christos
Date:           Mon Aug 31 09:34:07 UTC 2015

Modified Files:
        src/sys/modules/compat_netbsd32: Makefile

Log Message:
add missing files


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/modules/compat_netbsd32/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/compat_netbsd32/Makefile
diff -u src/sys/modules/compat_netbsd32/Makefile:1.14 src/sys/modules/compat_netbsd32/Makefile:1.15
--- src/sys/modules/compat_netbsd32/Makefile:1.14	Thu Jul 30 06:26:14 2015
+++ src/sys/modules/compat_netbsd32/Makefile	Mon Aug 31 05:34:07 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.14 2015/07/30 10:26:14 christos Exp $
+#	$NetBSD: Makefile,v 1.15 2015/08/31 09:34:07 christos Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -33,12 +33,12 @@ SRCS+=	netbsd32_exec_elf32.c
 SRCS+=	netbsd32_execve.c netbsd32_fs.c
 SRCS+=	netbsd32_ioctl.c netbsd32_ipc.c
 SRCS+=	netbsd32_lwp.c netbsd32_netbsd.c
-SRCS+=	netbsd32_select.c
+SRCS+=	netbsd32_select.c netbsd32_nfssvc.c
 SRCS+=	netbsd32_sem.c netbsd32_signal.c
 SRCS+=	netbsd32_socket.c netbsd32_syscalls.c
 SRCS+=	netbsd32_sysctl.c netbsd32_sysent.c
 SRCS+=	netbsd32_time.c netbsd32_wait.c
-SRCS+=	netbsd32_mod.c
+SRCS+=	netbsd32_mod.c netbsd32_mqueue.c netbsd32_module.c
 
 .if ${MACHINE_CPU} != "mips" && ${MACHINE_CPU} != "powerpc"
 CPPFLAGS+=	-DEXEC_AOUT -DCOMPAT_NOMID

Reply via email to