Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux32 Descend
details: https://anonhg.NetBSD.org/src/rev/019b26de7fd1
branches: trunk
changeset: 350704:019b26de7fd1
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 16 17:39:59 2017 +0000
description:
Descend
diffstat:
sys/compat/linux32/Makefile | 3 +++
sys/compat/linux32/Makefile.inc | 4 +++-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 6e9478662b8d -r 019b26de7fd1 sys/compat/linux32/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/compat/linux32/Makefile Mon Jan 16 17:39:59 2017 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile,v 1.1 2017/01/16 17:39:59 christos Exp $
+SUBDIR= arch
+.include <bsd.subdir.mk>
diff -r 6e9478662b8d -r 019b26de7fd1 sys/compat/linux32/Makefile.inc
--- a/sys/compat/linux32/Makefile.inc Mon Jan 16 17:39:22 2017 +0000
+++ b/sys/compat/linux32/Makefile.inc Mon Jan 16 17:39:59 2017 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.3 2014/01/14 18:51:25 christos Exp $
+# $NetBSD: Makefile.inc,v 1.4 2017/01/16 17:39:59 christos Exp $
+.if !defined(SUBDIR)
SYSCALL_PREFIX=linux32
.include <bsd.syscall.mk>
+.endif
Home |
Main Index |
Thread Index |
Old Index