Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules Don't build the svr4 module on i386.



details:   https://anonhg.NetBSD.org/src/rev/9881b696f3ce
branches:  trunk
changeset: 825826:9881b696f3ce
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Aug 01 13:49:50 2017 +0000

description:
Don't build the svr4 module on i386.

diffstat:

 sys/modules/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r cfaf488c46f5 -r 9881b696f3ce sys/modules/Makefile
--- a/sys/modules/Makefile      Tue Aug 01 13:47:49 2017 +0000
+++ b/sys/modules/Makefile      Tue Aug 01 13:49:50 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.193 2017/06/12 01:01:01 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.194 2017/08/01 13:49:50 maxv Exp $
 
 .include <bsd.own.mk>
 
@@ -266,7 +266,6 @@
 SUBDIR+=       ati_pcigart
 SUBDIR+=       compat_freebsd
 SUBDIR+=       compat_ibcs2
-SUBDIR+=       compat_svr4
 SUBDIR+=       mach64drm
 SUBDIR+=       mgadrm
 SUBDIR+=       nsclpcsio



Home | Main Index | Thread Index | Old Index