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/d935b2bbcee7
branches:  pgoyette-compat
changeset: 830389:d935b2bbcee7
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 098484d034c0 -r d935b2bbcee7 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