Module Name: src
Committed By: pgoyette
Date: Thu Mar 8 09:54:36 UTC 2018
Modified Files:
src/sys/modules/compat [pgoyette-compat]: Makefile
Log Message:
Include shared/common routines in the compat_netbsd Makefile
XXX These may later be extracted into an independant compat_util
XXX module.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.14.1 src/sys/modules/compat/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/Makefile
diff -u src/sys/modules/compat/Makefile:1.14 src/sys/modules/compat/Makefile:1.14.14.1
--- src/sys/modules/compat/Makefile:1.14 Thu Nov 3 04:26:58 2016
+++ src/sys/modules/compat/Makefile Thu Mar 8 09:54:36 2018
@@ -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 @@ CPPFLAGS+= -DCOMPAT_43
.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}