Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux add Makefile struct



details:   https://anonhg.NetBSD.org/src/rev/87ed73551e3e
branches:  trunk
changeset: 350673:87ed73551e3e
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 16 00:11:41 2017 +0000

description:
add Makefile struct

diffstat:

 sys/compat/linux/Makefile      |  3 +++
 sys/compat/linux/arch/Makefile |  5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r f39ed61222e4 -r 87ed73551e3e sys/compat/linux/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/compat/linux/Makefile Mon Jan 16 00:11:41 2017 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile,v 1.5 2017/01/16 00:11:41 christos Exp $
+SUBDIR= arch
+.include <bsd.subdir.mk>
diff -r f39ed61222e4 -r 87ed73551e3e sys/compat/linux/arch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/compat/linux/arch/Makefile    Mon Jan 16 00:11:41 2017 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1 2017/01/16 00:11:42 christos Exp $
+
+SUBDIR=alpha amd64 arm i386 m68k mips powerpc sparc sparc64
+
+.include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index