Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/modules/compat Include shared/common routines ...
details: https://anonhg.NetBSD.org/src/rev/7aebef34ff26
branches: pgoyette-compat
changeset: 320977:7aebef34ff26
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Mar 08 09:54:36 2018 +0000
description:
Include shared/common routines in the compat_netbsd Makefile
XXX These may later be extracted into an independant compat_util
XXX module.
diffstat:
sys/modules/compat/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a1165ba797eb -r 7aebef34ff26 sys/modules/compat/Makefile
--- a/sys/modules/compat/Makefile Thu Mar 08 08:56:47 2018 +0000
+++ b/sys/modules/compat/Makefile Thu Mar 08 09:54:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/11/03 04:26:58 riastradh Exp $
+# $NetBSD: Makefile,v 1.14.14.1 2018/03/08 09:54:36 pgoyette Exp $
.include "../Makefile.inc"
@@ -27,7 +27,7 @@
.include "../../compat/common/Makefile.sysio"
-SRCS+= compat_mod.c
+SRCS+= compat_mod.c compat_exec.c compat_util.c
.PATH: ${S}/arch/${MACHINE}/${MACHINE}
.PATH: ${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
Home |
Main Index |
Thread Index |
Old Index