Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/modules Restore compat_netbsd32 for amd64, too.



details:   https://anonhg.NetBSD.org/src/rev/1315d9471830
branches:  pgoyette-compat
changeset: 830774:1315d9471830
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Sep 23 21:47:07 2018 +0000

description:
Restore compat_netbsd32 for amd64, too.

diffstat:

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

diffs (17 lines):

diff -r ac7e995b7044 -r 1315d9471830 sys/modules/Makefile
--- a/sys/modules/Makefile      Sun Sep 23 21:43:45 2018 +0000
+++ b/sys/modules/Makefile      Sun Sep 23 21:47:07 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.202.2.38 2018/09/23 21:38:08 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.202.2.39 2018/09/23 21:47:07 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -287,6 +287,7 @@
 
 .if ${MACHINE_ARCH} == "x86_64"
 SUBDIR+=       compat_linux32
+SUBDIR+=       compat_netbsd32
 SUBDIR+=       compat_netbsd32_09      compat_netbsd32_12
 SUBDIR+=       compat_netbsd32_13      compat_netbsd32_16
 SUBDIR+=       compat_netbsd32_20      compat_netbsd32_30



Home | Main Index | Thread Index | Old Index