Module Name:    src
Committed By:   pgoyette
Date:           Tue Sep 11 05:01:35 UTC 2018

Modified Files:
        src/sys/modules/compat_netbsd32 [pgoyette-compat]: Makefile

Log Message:
Don't include the 60-specific code in the monolithic compat_netbsd32 module


To generate a diff of this commit:
cvs rdiff -u -r1.20.12.4 -r1.20.12.5 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.20.12.4 src/sys/modules/compat_netbsd32/Makefile:1.20.12.5
--- src/sys/modules/compat_netbsd32/Makefile:1.20.12.4	Mon Sep 10 22:50:52 2018
+++ src/sys/modules/compat_netbsd32/Makefile	Tue Sep 11 05:01:35 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20.12.4 2018/09/10 22:50:52 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.20.12.5 2018/09/11 05:01:35 pgoyette Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -27,7 +27,6 @@ CPPFLAGS+=	-DNTP -DKTRACE -DMODULAR
 SRCS+=	netbsd32_compat_10.c	# belongs to compat_netbsd32_sysvipc_10
 SRCS+=	netbsd32_compat_14.c	# belongs to compat_netbsd32_sysvipc_14
 SRCS+=	netbsd32_compat_43.c
-SRCS+=	netbsd32_compat_60.c
 SRCS+=	netbsd32_core.c netbsd32_event.c
 SRCS+=	netbsd32_exec_elf32.c
 SRCS+=	netbsd32_execve.c netbsd32_fs.c

Reply via email to